fradrive/.hlint.yaml
2019-03-25 15:38:03 +01:00

17 lines
413 B
YAML

# HLint configuration file
# https://github.com/ndmitchell/hlint
##########################
- ignore: { name: "Parse error" }
- ignore: { name: "Reduce duplication" }
- ignore: { name: "Redundant lambda" }
- ignore: { name: "Use ||" }
- ignore: { name: "Use &&" }
- ignore: { name: "Use ++" }
- ignore: { name: "Use ***" }
- arguments:
- -XQuasiQuotes
- -XTemplateHaskell
- -j