|
85 | 85 |
|
86 | 86 | # Partial functions |
87 | 87 |
|
88 | | - # For some reason we need to check fucntions which |
| 88 | + # We need to check fucntions which |
89 | 89 | # are typically exported multiple ways under both names, |
90 | 90 | # see https://github.com/ndmitchell/hlint/issues/1389 |
91 | | - - name: Prelude.head |
| 91 | + - name: [Prelude.head, Data.List.head] |
92 | 92 | within: |
93 | 93 | - Main |
| 94 | + - Experiments |
94 | 95 | - Development.Benchmark.Rules |
95 | 96 | - Development.IDE.Plugin.CodeAction |
96 | 97 | - Development.IDE.Plugin.Completions |
97 | 98 | - Development.IDE.Plugin.CodeAction.ExactPrint |
98 | 99 | - Development.IDE.Spans.Documentation |
| 100 | + - Development.IDE.Session |
99 | 101 | - Ide.Plugin.CallHierarchy.Internal |
100 | 102 | - Ide.Plugin.Eval.Code |
101 | 103 | - Ide.Plugin.Eval.Util |
|
109 | 111 | - Typeclass |
110 | 112 | - Wingman.Judgements |
111 | 113 | - Wingman.Machinery |
112 | | - |
113 | | - - name: Data.List.head |
114 | | - within: |
115 | | - - Main |
116 | | - - Experiments |
117 | | - - Development.IDE.Plugin.CodeAction |
118 | | - - Development.IDE.Plugin.Completions |
119 | | - - Development.IDE.Plugin.CodeAction.ExactPrint |
120 | | - - Development.IDE.Session |
121 | | - - Development.IDE.Spans.Documentation |
122 | | - - Ide.Plugin.CallHierarchy.Internal |
123 | | - - Ide.Plugin.Class |
124 | 114 | - Wingman.Tactics |
125 | | - - TExpectedActual |
126 | | - - TRigidType |
127 | 115 |
|
128 | | - - name: Prelude.tail |
| 116 | + - name: [Prelude.tail, Data.List.tail] |
129 | 117 | within: |
130 | 118 | - Main |
131 | 119 | - Development.Benchmark.Rules |
132 | 120 | - Development.IDE.Plugin.CodeAction |
133 | 121 | - Development.IDE.Plugin.CodeAction.ExactPrint |
134 | | - - UnificationSpec |
135 | | - |
136 | | - - name: Data.List.tail |
137 | | - within: |
138 | | - - Main |
139 | | - - Development.Benchmark.Rules |
140 | | - - Development.IDE.Plugin.CodeAction |
141 | | - - Development.IDE.Plugin.CodeAction.ExactPrint |
142 | 122 | - Development.IDE.Session |
143 | | - - IDE.Plugin.Eval.Code |
144 | | - - IDE.Plugin.Eval.Util |
145 | 123 | - UnificationSpec |
146 | 124 |
|
147 | | - - name: Prelude.last |
| 125 | + - name: [Prelude.last, Data.List.last] |
148 | 126 | within: |
149 | 127 | - Main |
150 | 128 | - Development.IDE.Plugin.CodeAction |
|
155 | 133 | - Ide.Plugin.Eval.Parse.Comments |
156 | 134 | - Ide.Plugin.Eval.CodeLens |
157 | 135 |
|
158 | | - - name: Data.List.last |
159 | | - within: |
160 | | - - GenChangelogs |
161 | | - - Main |
162 | | - |
163 | | - - name: Prelude.init |
| 136 | + - name: [Prelude.init, Data.List.init] |
164 | 137 | within: |
165 | 138 | - Main |
166 | 139 | - Development.IDE.Spans.Common |
|
169 | 142 | - Development.Benchmark.Rules |
170 | 143 | - ErrorGivenPartialSignature |
171 | 144 |
|
172 | | - - name: Data.List.init |
173 | | - within: [] |
174 | | - |
175 | 145 | - name: Data.List.foldl1' |
176 | 146 | within: [] |
177 | 147 |
|
178 | 148 | - name: Data.List.foldr1' |
179 | 149 | within: [] |
180 | 150 |
|
181 | | - - name: "Prelude.!!" |
| 151 | + - name: ["Prelude.!!", "Data.List.!!"] |
182 | 152 | within: |
183 | 153 | - Main |
184 | | - - Development.IDE.Plugin.CodeAction |
185 | | - - Development.IDE.Plugin.Completions.Logic |
186 | | - - Development.IDE.Spans.Documentation |
187 | | - - TErrorGivenPartialSignature |
188 | | - - Wingman.CaseSplit |
189 | | - - Wingman.Simplify |
190 | | - |
191 | | - - name: "Data.List.!!" |
192 | | - within: |
193 | | - - Main |
194 | 154 | - Experiments |
195 | 155 | - FunctionalCodeAction |
196 | 156 | - Development.IDE.Plugin.CodeAction |
197 | 157 | - Development.IDE.Plugin.Completions.Logic |
198 | 158 | - Development.IDE.Spans.Documentation |
| 159 | + - TErrorGivenPartialSignature |
199 | 160 | - Wingman.CaseSplit |
200 | 161 | - Wingman.Simplify |
201 | 162 |
|
|
0 commit comments