From 6a4dcf1c686f4a8c06b860a3a27d9c92149d8108 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 23 Sep 2009 18:06:28 +0000 Subject: [PATCH] hlint: ignore use camelCase for now --- hlint.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hlint.hs b/hlint.hs index 37bc581ce..f9148a659 100644 --- a/hlint.hs +++ b/hlint.hs @@ -14,3 +14,4 @@ warn "Use concatMap" = "" - the hint to use concatMap is a warni -} import HLint.Default +ignore "Use camelCase" = ""