1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-09-01 03:43:47 -07:00
Files
.github
XMonad
scripts
tests
.gitignore
.hlint.yaml
.mailmap
CHANGES.md
CONTRIBUTING.md
LICENSE
README.md
Setup.lhs
cabal.haskell-ci
cabal.project
flake.nix
stack-master.yaml
stack.yaml
xmonad-contrib.cabal
xmonad-contrib/.hlint.yaml
slotThe 9f52af27b9 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
2021-06-06 18:59:05 +02:00

3 lines
54 B
YAML

# Ignore these warnings.
- ignore: {name: "Evaluate"}