Skip to content

Commit 9cc78f3

Browse files
committed
Delete flag-based warnings, unclear they add much
1 parent 2b2be2f commit 9cc78f3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.hlint.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,6 @@
123123
- Development.IDE.Plugin.Completions.Logic
124124
- Development.IDE.Types.Location
125125

126-
- flags:
127-
- default: false
128-
- {name: [-Wno-missing-signatures, -Wno-orphans, -Wno-overlapping-patterns, -Wno-incomplete-patterns, -Wno-missing-fields, -Wno-unused-matches]}
129-
- {name: [-Wno-dodgy-imports,-Wno-incomplete-uni-patterns], within: [Main, Development.IDE.GHC.Compat, Development.IDE.GHC.Compat.Core, Development.Benchmark.Rules]}
130-
- {name: [-Wno-unused-imports], within: [Development.IDE.GHC.Compat.Core]}
131-
- {name: [-Wno-deprecations, -Wno-unticked-promoted-constructors], within: [Main, Experiments]}
132-
133126
- functions:
134127
# Things that are unsafe in Haskell base library
135128
- {name: unsafeInterleaveIO, within: [Development.IDE.LSP.LanguageServer]}

0 commit comments

Comments
 (0)