|
86 | 86 | - ignore: {name: "Replace case with maybe"} |
87 | 87 | - ignore: {name: "Hoist not"} |
88 | 88 |
|
89 | | -# Permit existing duplication in tests. |
90 | | -# Please reflect before adding new modules to this list. |
91 | | -- ignore: |
92 | | - name: Reduce duplication |
93 | | - within: |
94 | | - - Test.Kore |
95 | | - - Test.Kore.AllPath |
96 | | - - Test.Kore.ASTVerifier.DefinitionVerifier.Imports |
97 | | - - Test.Kore.Builtin.Definition |
98 | | - - Test.Kore.Builtin.InternalBytes |
99 | | - - Test.Kore.Builtin.List |
100 | | - - Test.Kore.Builtin.Map |
101 | | - - Test.Kore.Builtin.Set |
102 | | - - Test.Kore.Exec |
103 | | - - Test.Kore.Internal.TermLike |
104 | | - - Test.Kore.Parser.Parser |
105 | | - - Test.Kore.Repl.Interpreter |
106 | | - - Test.Kore.Step.EquationalStep |
107 | | - - Test.Kore.Step.RewriteStep |
108 | | - - Test.Kore.Step.Rule.Combine |
109 | | - - Test.Kore.Step.Step |
110 | | - - Test.Kore.Step.Substitution |
111 | | - - Test.Kore.Strategies.AllPath.AllPath |
| 89 | +# Ignore suggestions to reduce duplication, because: |
| 90 | +# - High rate of false positives |
| 91 | +# - Suggestions are often not applicable |
| 92 | +# - Difficult to ignore suggestion locally |
| 93 | +# - Only detects exact duplication of text, not anything interesting |
| 94 | +- ignore: {name: "Reduce duplication"} |
112 | 95 |
|
113 | 96 | # The placement of lambdas affects inlining. |
114 | 97 | - ignore: {name: Redundant lambda} |
|
0 commit comments