[commit: packages/filepath] RyanGlScott-patch-1, master: Add a .hlint.yaml file (d51bebe)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 14:50:46 UTC 2018


Repository : ssh://git@git.haskell.org/filepath

On branches: RyanGlScott-patch-1,master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/d51bebe1525be99d5da21ea455e164c61874a407

>---------------------------------------------------------------

commit d51bebe1525be99d5da21ea455e164c61874a407
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Tue May 2 16:56:23 2017 +0100

    Add a .hlint.yaml file


>---------------------------------------------------------------

d51bebe1525be99d5da21ea455e164c61874a407
 .hlint.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.hlint.yaml b/.hlint.yaml
new file mode 100644
index 0000000..4d77db2
--- /dev/null
+++ b/.hlint.yaml
@@ -0,0 +1,9 @@
+# HLint configuration file
+# https://github.com/ndmitchell/hlint
+##########################
+
+# Use fmap instead of <$> to make cross-version compatibility easier
+- ignore: {name: "Use <$>"}
+
+# We use [Char] because sometimes we really are talking about a set of Char.
+- ignore: {name: "Use String"}



More information about the ghc-commits mailing list