You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there a way to disable (all) lints?
Edit:
Event with hlint --default src >.hlint.yaml, all lints are shown - even those explicitly disabled by .hlint.yaml
Edit:
Customizing these in Emacs disables some of hlint hints
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, is there a way to disable (all) lints?
Edit:
Event with
hlint --default src >.hlint.yaml
, all lints are shown - even those explicitly disabled by.hlint.yaml
Edit:
Customizing these in Emacs disables some of hlint hints
but not lints for partial functions or infinite lists.
Edit:
I tried disabling all
ghc-options
flags like-Wall
in cabal files, didn't help.Beta Was this translation helpful? Give feedback.
All reactions