Skip to content

Commit

Permalink
kill the "eta reduce" hint
Browse files Browse the repository at this point in the history
  • Loading branch information
gridaphobe committed Jul 10, 2015
1 parent addf726 commit ecd0c42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((eval . (setq default-directory (locate-dominating-file buffer-file-name ".dir-locals.el"))))))
4 changes: 4 additions & 0 deletions HLint.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import "hint" HLint.Default
import "hint" HLint.Dollar

ignore "Eta reduce"

0 comments on commit ecd0c42

Please sign in to comment.