We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa3db3 commit d51bebeCopy full SHA for d51bebe
.hlint.yaml
@@ -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