ci: Enable hlint in haskell-ci

Closes: https://github.com/xmonad/xmonad/pull/402
Related: https://github.com/xmonad/xmonad-contrib/issues/669
This commit is contained in:
Tomas Janousek
2022-06-24 20:32:55 +01:00
parent 165e25f9e0
commit 3f1a37f216
3 changed files with 22 additions and 0 deletions

2
.hlint.yaml Normal file
View File

@@ -0,0 +1,2 @@
# Ignore these warnings.
- ignore: {name: "Use camelCase"}