|
29 | 29 | - ignore: {name: "Redundant return"} # 9 hints
|
30 | 30 | - ignore: {name: "Replace case with fromMaybe"} # 6 hints
|
31 | 31 | - ignore: {name: "Replace case with maybe"} # 10 hints
|
32 |
| -- ignore: {name: "Unused LANGUAGE pragma"} # 168 hints |
33 | 32 | - ignore: {name: "Use $>"} # 5 hints
|
34 | 33 | - ignore: {name: "Use ++"} # 4 hints
|
35 | 34 | - ignore: {name: "Use :"} # 30 hints
|
|
96 | 95 |
|
97 | 96 | - arguments:
|
98 | 97 | - --ignore-glob=Cabal-syntax/src/Distribution/Fields/Lexer.hs
|
| 98 | + - --ignore-glob=cabal-testsuite/PackageTests/BuildWays/q/app/Main.hs |
99 | 99 | - --ignore-glob=cabal-testsuite/PackageTests/CmmSources/src/Demo.hs
|
100 | 100 | - --ignore-glob=cabal-testsuite/PackageTests/CmmSourcesDyn/src/Demo.hs
|
101 | 101 | - --ignore-glob=cabal-testsuite/PackageTests/CmmSourcesExe/src/Demo.hs
|
| 102 | + - --ignore-glob=cabal-testsuite/PackageTests/NewBuild/CmdRun/Script/script.hs |
| 103 | + - --ignore-glob=cabal-testsuite/PackageTests/NewBuild/CmdRun/ScriptLiterate/script.lhs |
| 104 | + - --ignore-glob=cabal-testsuite/PackageTests/Regression/T5309/lib/Bio/Character/Exportable/Class.hs |
| 105 | + - --ignore-glob=cabal-testsuite/PackageTests/SetupHooks/SetupHooksC2HsRules/SetupHooks.hs |
| 106 | + - --ignore-glob=cabal-testsuite/PackageTests/SetupHooks/SetupHooksDuplicateRuleId/SetupHooks.hs |
| 107 | + - --ignore-glob=cabal-testsuite/PackageTests/SetupHooks/SetupHooksInvalidRuleOutputIndex/SetupHooks.hs |
| 108 | + - --ignore-glob=cabal-testsuite/PackageTests/SetupHooks/SetupHooksRuleOrdering/SetupHooks.hs |
| 109 | + - --ignore-glob=cabal-testsuite/PackageTests/SetupHooks/SetupHooksUnusedRules/SetupHooks.hs |
| 110 | + - --ignore-glob=cabal-testsuite/PackageTests/TemplateHaskell/dynamic/TH.hs |
| 111 | + - --ignore-glob=cabal-testsuite/PackageTests/TemplateHaskell/profiling/TH.hs |
| 112 | + - --ignore-glob=cabal-testsuite/PackageTests/TemplateHaskell/vanilla/TH.hs |
102 | 113 | - --ignore-glob=templates/Paths_pkg.template.hs
|
103 | 114 | - --ignore-glob=templates/SPDX.LicenseExceptionId.template.hs
|
104 | 115 | - --ignore-glob=templates/SPDX.LicenseId.template.hs
|
|
0 commit comments