Skip to content

Commit

Permalink
Disable eta reduce hint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed May 23, 2024
1 parent fc7c2ed commit 330b28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reflex-dom-core/test/hlint.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ main = do
, "--ignore=Unnecessary hiding" -- Interferes with cross-version compatibility
, "--ignore=Use <$>"
, "--ignore=Reduce duplication" --TODO: Re-enable this test
, "--ignore=Eta reduce" -- simplified subsumption
, "--ignore=Use list comprehension"
, "--ignore=Evaluate"
, "--cpp-define=USE_TEMPLATE_HASKELL"
Expand Down

0 comments on commit 330b28d

Please sign in to comment.