Skip to content

Commit

Permalink
add basic hlint file (not that HLINT is mostly useless, but it occasi…
Browse files Browse the repository at this point in the history
…onally has some nice ideas).

So basically, hlint will never be part of the CI process, but is handy for catching certain mechanical cleanups
  • Loading branch information
cartazio committed Sep 24, 2014
1 parent 921878d commit ddb66ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HLint.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import "hint" HLint.HLint

ignore "Reduce duplication"
ignore "Redundant lambda"
ignore "Use first"
ignore "Use second"
ignore "Use import/export shortcut"
ignore "Use camelCase"
--ignore "Use >=>"
--ignore "Use const"


infixr 3 :*

0 comments on commit ddb66ad

Please sign in to comment.