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