From 673ae2de0f6035ec81df5776dee999295a2eeb00 Mon Sep 17 00:00:00 2001 From: James Crayne Date: Mon, 21 Apr 2014 23:03:40 -0400 Subject: Minor cleanup --- HLintIgnores | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 HLintIgnores (limited to 'HLintIgnores') diff --git a/HLintIgnores b/HLintIgnores new file mode 100644 index 0000000..473a245 --- /dev/null +++ b/HLintIgnores @@ -0,0 +1,9 @@ +{-# ANN module ("HLint: ignore Eta reduce"::String) #-} +{-# ANN module ("HLint: ignore Use camelCase"::String) #-} +{-# ANN module ("HLint: ignore Redundant bracket"::String) #-} +{-# ANN module ("HLint: ignore Redundant $"::String) #-} +{-# ANN module ("HLint: ignore Redundant do"::String) #-} +{-# ANN module ("HLint: ignore Use String"::String) #-} +{-# ANN module ("HLint: ignore Use ||"::String) #-} +{-# ANN module ("HLint: ignore Use &&"::String) #-} +{-# ANN module ("HLint: ignore Use ***"::String) #-} -- cgit v1.2.3