]> Git — Sourcephile - haskell/symantic-base.git/blob - .hlint.yaml
cabal: bump to version 0.1.0.20210703
[haskell/symantic-base.git] / .hlint.yaml
1 - arguments: [
2 -XHaskell2010
3 -XNoCPP
4 -XTypeApplications
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: "infixr 3 :!:"
22 - fixity: "infixr 3 <!>"
23 - fixity: "infixr 3 <+>"
24 - fixity: "infixr 3 <->"
25 - fixity: "infixr 4 <&>"
26 - fixity: "infixr 4 <*&>"
27 - fixity: "infixr 4 <+&>"
28 - fixity: "infixr 4 <.>"
29 - fixity: "infixr 4 <:>"
30 - fixity: "infixr 4 <?&>"
31 # END: generated hints