|
48 | 48 | - warn: {lhs: nubBy, rhs: Data.List.Extra.nubOrdBy} |
49 | 49 | - warn: {lhs: Data.List.Extra.nubOn, rhs: Data.List.Extra.nubOrdOn} |
50 | 50 |
|
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 | | - |
93 | 51 | - functions: |
94 | 52 | # Things that are unsafe in Haskell base library |
95 | 53 | - {name: unsafeInterleaveIO, within: [Development.IDE.LSP.LanguageServer]} |
|
0 commit comments