diff options
Diffstat (limited to 'HLintIgnores')
-rw-r--r-- | HLintIgnores | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/HLintIgnores b/HLintIgnores new file mode 100644 index 0000000..473a245 --- /dev/null +++ b/HLintIgnores | |||
@@ -0,0 +1,9 @@ | |||
1 | {-# ANN module ("HLint: ignore Eta reduce"::String) #-} | ||
2 | {-# ANN module ("HLint: ignore Use camelCase"::String) #-} | ||
3 | {-# ANN module ("HLint: ignore Redundant bracket"::String) #-} | ||
4 | {-# ANN module ("HLint: ignore Redundant $"::String) #-} | ||
5 | {-# ANN module ("HLint: ignore Redundant do"::String) #-} | ||
6 | {-# ANN module ("HLint: ignore Use String"::String) #-} | ||
7 | {-# ANN module ("HLint: ignore Use ||"::String) #-} | ||
8 | {-# ANN module ("HLint: ignore Use &&"::String) #-} | ||
9 | {-# ANN module ("HLint: ignore Use ***"::String) #-} | ||