diff options
-rw-r--r-- | compiler/.hlint.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/.hlint.yaml b/compiler/.hlint.yaml index ee4a04a37a..14a5ec1164 100644 --- a/compiler/.hlint.yaml +++ b/compiler/.hlint.yaml @@ -23,4 +23,4 @@ - 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] } +- ignore: {within: [GHC.Parser, GHC.Parser.Lexer, GHC.Parser.HaddockLex] } |