mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-25 09:11:51 -07:00
Add .hlint.yaml
We do want to ignore some hints. Currently this is: - Evaluate: Some type level magic sometimes requires us to write expressions that could be evaluated further, but should not. Related: https://github.com/xmonad/xmonad-contrib/issues/537
This commit is contained in:
2
.hlint.yaml
Normal file
2
.hlint.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Ignore these warnings.
|
||||
- ignore: {name: "Evaluate"}
|
Reference in New Issue
Block a user