summaryrefslogtreecommitdiff
path: root/HLintIgnores
blob: 473a2459ebe02271a60774829b32b30e1572a3de (plain)
1
2
3
4
5
6
7
8
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) #-}