-
-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Labels
component: hls-hlint-plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
File contains just:
{-# LANGUAGE BangPatterns #-}
HLS reports no warnings. HLint 3.2.7 on the command line says:
haskell/Main.hs:1:1-29: Warning: Unused LANGUAGE pragma
Found:
{-# LANGUAGE BangPatterns #-}
Perhaps you should remove it.
Odd. Is HLS intentionally disabling these hints for some reason?
jul1u5
Metadata
Metadata
Assignees
Labels
component: hls-hlint-plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..