13 lines
365 B
YAML
13 lines
365 B
YAML
# HLint configuration file
|
|
# https://github.com/ndmitchell/hlint
|
|
##########################
|
|
|
|
- ignore: { name: "Parse error" }
|
|
- ignore: { name: "Reduce duplication" }
|
|
- ignore: { name: "Use ||" }
|
|
|
|
- arguments:
|
|
- -XQuasiQuotes
|
|
- -XTemplateHaskell
|
|
- -j
|