]> Git — Sourcephile - haskell/symantic-xml.git/blob - .hlint.yaml
Rewrite to categorical symantic
[haskell/symantic-xml.git] / .hlint.yaml
1 - arguments: [
2 -XHaskell2010
3 -XNoCPP
4 -XTypeApplications
5 ]
6 - ignore: {name: Avoid lambda using `infix`}
7 - ignore: {name: Move brackets to avoid $}
8 - ignore: {name: Reduce duplication}
9 - ignore: {name: Redundant $}
10 - ignore: {name: Redundant bracket}
11 - ignore: {name: Redundant do}
12 - ignore: {name: Redundant lambda}
13 - ignore: {name: Use camelCase}
14 - ignore: {name: Use const}
15 - ignore: {name: Use fmap}
16 - ignore: {name: Use if}
17 - ignore: {name: Use import/export shortcut}
18 - ignore: {name: Use list literal pattern}
19 - ignore: {name: Use list literal}
20
21 # BEGIN: generated hints
22 # END: generated hints