Skip to content

Commit a502cfe

Browse files
committed
hlint
1 parent f2327c0 commit a502cfe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ghcide/.hlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
- default: false
9999
- {name: [-Wno-missing-signatures, -Wno-orphans, -Wno-overlapping-patterns, -Wno-incomplete-patterns, -Wno-missing-fields, -Wno-unused-matches]}
100100
- {name: [-Wno-dodgy-imports,-Wno-incomplete-uni-patterns], within: [Main, Development.IDE.GHC.Compat, Development.Benchmark.Rules]}
101+
- {name: [-Wno-deprecations, -Wno-unticked-promoted-constructors], within: [Main, Experiments]}
101102
# - modules:
102103
# - {name: [Data.Set, Data.HashSet], as: Set} # if you import Data.Set qualified, it must be as 'Set'
103104
# - {name: Control.Arrow, within: []} # Certain modules are banned entirely

plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,7 @@ import GHC
110110
setTargets,
111111
typeKind,
112112
)
113-
<<<<<<< HEAD
114-
=======
115113
import qualified GHC.LanguageExtensions.Type as LangExt
116-
>>>>>>> c608a0f5 (rebase fixes)
117114
import GhcPlugins
118115
( DynFlags (..),
119116
hsc_dflags,

0 commit comments

Comments
 (0)