Skip to content

Commit

Permalink
Add hlint rules
Browse files Browse the repository at this point in the history
- Regularize qualifications
  • Loading branch information
GambolingPangolin committed Nov 11, 2022
1 parent 43f505b commit 1210f3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
- "-fdefer-typed-holes"
- "-Wno-typed-holes"
within: []

- modules:
- name: Data.ByteString
as: BS
- name: Data.ByteString.Lazy
as: BSL

0 comments on commit 1210f3c

Please sign in to comment.