Skip to content

Commit bf82912

Browse files
committed
Add some more indexing functions
1 parent ac538fa commit bf82912

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.hlint.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@
171171
within:
172172
- Wingman.LanguageServer
173173

174+
- name: "Data.IntMap.!"
175+
within: []
176+
177+
- name: "Data.Vector.!"
178+
within: []
179+
180+
- name: "GHC.Arr.!"
181+
within: []
182+
174183
# We really do not want novel usages of restricted functions, and mere
175184
# Warning is not enough to prevent those consistently; you need a build failure.
176185
- error: {name: Avoid restricted function}

0 commit comments

Comments
 (0)