Skip to content

Commit d51bebe

Browse files
committed
Add a .hlint.yaml file
1 parent cfa3db3 commit d51bebe

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
@@ -0,0 +1,9 @@
1+
# HLint configuration file
2+
# https://github.com/ndmitchell/hlint
3+
##########################
4+
5+
# Use fmap instead of <$> to make cross-version compatibility easier
6+
- ignore: {name: "Use <$>"}
7+
8+
# We use [Char] because sometimes we really are talking about a set of Char.
9+
- ignore: {name: "Use String"}

0 commit comments

Comments
 (0)