Skip to content

Commit d5c6a1a

Browse files
committed
Don't bother trying to restrict CPP for now, it's everywhere
1 parent f0f4c16 commit d5c6a1a

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

.hlint.yaml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -48,48 +48,6 @@
4848
- warn: {lhs: nubBy, rhs: Data.List.Extra.nubOrdBy}
4949
- warn: {lhs: Data.List.Extra.nubOn, rhs: Data.List.Extra.nubOrdOn}
5050

51-
- extensions:
52-
- default: true
53-
54-
# Shady extensions
55-
- name: CPP
56-
within:
57-
- Development.IDE.Compat
58-
- Development.IDE.Core.FileStore
59-
- Development.IDE.Core.FileUtils
60-
- Development.IDE.Core.Compile
61-
- Development.IDE.Core.Rules
62-
- Development.IDE.Core.Tracing
63-
- Development.IDE.GHC.Compat
64-
- Development.IDE.GHC.Compat.Core
65-
- Development.IDE.GHC.Compat.Env
66-
- Development.IDE.GHC.Compat.ExactPrint
67-
- Development.IDE.GHC.Compat.Iface
68-
- Development.IDE.GHC.Compat.Logger
69-
- Development.IDE.GHC.Compat.Outputable
70-
- Development.IDE.GHC.Compat.Parser
71-
- Development.IDE.GHC.Compat.Plugins
72-
- Development.IDE.GHC.Compat.Units
73-
- Development.IDE.GHC.Compat.Util
74-
- Development.IDE.GHC.CPP
75-
- Development.IDE.GHC.Dump
76-
- Development.IDE.GHC.ExactPrint
77-
- Development.IDE.GHC.Orphans
78-
- Development.IDE.GHC.Util
79-
- Development.IDE.Import.FindImports
80-
- Development.IDE.LSP.Outline
81-
- Development.IDE.Spans.Calculate
82-
- Development.IDE.Spans.Documentation
83-
- Development.IDE.Spans.Common
84-
- Development.IDE.Spans.AtPoint
85-
- Development.IDE.Spans.Pragmas
86-
- Development.IDE.Plugin.CodeAction
87-
- Development.IDE.Plugin.CodeAction.Args
88-
- Development.IDE.Plugin.CodeAction.ExactPrint
89-
- Development.IDE.Plugin.Completions
90-
- Development.IDE.Plugin.Completions.Logic
91-
- Development.IDE.Types.Location
92-
9351
- functions:
9452
# Things that are unsafe in Haskell base library
9553
- {name: unsafeInterleaveIO, within: [Development.IDE.LSP.LanguageServer]}

0 commit comments

Comments
 (0)