]> Git — Sourcephile - haskell/symantic-base.git/blob - .hlint.yaml
build: add tool `reuse` for copyright linting
[haskell/symantic-base.git] / .hlint.yaml
1 - extensions:
2 - name: Haskell2010
3 - name: NoCPP
4 - name: TypeApplications
5
6 - ignore: {name: Move brackets to avoid $}
7 - ignore: {name: Reduce duplication}
8 - ignore: {name: Redundant $}
9 - ignore: {name: Redundant bracket}
10 - ignore: {name: Redundant do}
11 - ignore: {name: Redundant lambda}
12 - ignore: {name: Use camelCase}
13 - ignore: {name: Use const}
14 - ignore: {name: Use fmap}
15 - ignore: {name: Use if}
16 - ignore: {name: Use import/export shortcut}
17 - ignore: {name: Use list literal pattern}
18 - ignore: {name: Use list literal}
19
20 # BEGIN: generated hints
21 - fixity: "infix 4 =="
22 - fixity: "infix 4 `equal`"
23 - fixity: "infixr 4 :!:"
24 - fixity: "infixr 4 <&>"
25 - fixity: "infixr 4 <*&>"
26 - fixity: "infixr 4 <+&>"
27 - fixity: "infixr 4 <?&>"
28 - fixity: "infixr 4 `Cons`"
29 - fixity: "infixr 8 -->"
30 # END: generated hints