diff options
Diffstat (limited to 'compiler/.hlint.yaml')
-rw-r--r-- | compiler/.hlint.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/.hlint.yaml b/compiler/.hlint.yaml index a3b780ce62..ee4a04a37a 100644 --- a/compiler/.hlint.yaml +++ b/compiler/.hlint.yaml @@ -21,3 +21,6 @@ # below. - ignore: {name: Redundant do, within: [GHC.SysTools.Terminal, GHC.Utils.Binary]} +- ignore: {name: Use fewer imports, within: [GHC.Parser, GHC.Cmm.Parser ] } +- ignore: {name: Redundant return, within: [GHC.Data.FastString] } +- ignore: {within: [GHC.Parser, GHC.Parser.Lexer] } |