Skip to content

Commit

Permalink
Add .hlint.yaml
Browse files Browse the repository at this point in the history
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: xmonad#537
  • Loading branch information
slotThe committed Jun 6, 2021
1 parent bd5b969 commit 9f52af2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore these warnings.
- ignore: {name: "Evaluate"}

0 comments on commit 9f52af2

Please sign in to comment.