-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.hlint.yaml
More file actions
25 lines (25 loc) · 787 Bytes
/
.hlint.yaml
File metadata and controls
25 lines (25 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# TODO(#313): unsafe functions of Data.Text are not forbidden
- functions:
- {name: abort, within: []}
- {name: assert, within: []}
- {name: "!!", within: []}
- {name: cycle, within: []}
- {name: foldl1, within: []}
- {name: "foldl1'", within: []}
- {name: foldr1, within: []}
- {name: "foldr1'", within: []}
- {name: fromJust, within: []}
- {name: head, within: []}
- {name: index, within: []}
- {name: init, within: []}
- {name: last, within: []}
- {name: maximumBy, within: []}
- {name: maximum, within: []}
- {name: minimumBy, within: []}
- {name: minimum, within: []}
- {name: pred, within: []}
- {name: read, within: []}
- {name: scanl1, within: []}
- {name: scanr1, within: []}
- {name: tail, within: []}
- {name: toEnum, within: []}