]> 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: 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 guards}
17 - ignore: {name: Use id}
18 - ignore: {name: Use if}
19 - ignore: {name: Use import/export shortcut}
20 - ignore: {name: Use list literal pattern}
21 - ignore: {name: Use list literal}
22
23 # BEGIN: generated hints
24 - fixity: "infix 4 =="
25 - fixity: "infix 4 `equal`"
26 - fixity: "infixr 4 :!:"
27 - fixity: "infixr 4 <&>"
28 - fixity: "infixr 4 <*&>"
29 - fixity: "infixr 4 <+&>"
30 - fixity: "infixr 4 <?&>"
31 - fixity: "infixr 4 `Concat`"
32 - fixity: "infixr 4 `Cons`"
33 - fixity: "infixr 6 <>"
34 - fixity: "infixr 6 `concat`"
35 - fixity: "infixr 8 -->"
36 # END: generated hints