-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.hlint.yaml
32 lines (32 loc) · 1.13 KB
/
.hlint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
- ignore: { name: Use camelCase }
- ignore: { name: Use newtype instead of data }
- ignore: { name: Use <$> }
- ignore: { name: Use || }
- ignore: { name: Reduce duplication }
- ignore: { name: Use tuple-section }
- ignore: { name: Use lambda-case }
- ignore: { name: Use <&> }
- ignore: { name: Use first }
- arguments: [ -XDataKinds ]
- arguments: [ -XDeriveGeneric ]
- arguments: [ -XDuplicateRecordFields ]
- arguments: [ -XExistentialQuantification ]
- arguments: [ -XExtendedDefaultRules ]
- arguments: [ -XFlexibleContexts ]
- arguments: [ -XFlexibleInstances ]
- arguments: [ -XFunctionalDependencies ]
- arguments: [ -XGeneralizedNewtypeDeriving ]
- arguments: [ -XMultiParamTypeClasses ]
- arguments: [ -XOverloadedStrings ]
- arguments: [ -XQuasiQuotes ]
- arguments: [ -XRankNTypes ]
- arguments: [ -XRecordWildCards ]
- arguments: [ -XScopedTypeVariables ]
- arguments: [ -XTemplateHaskell ]
- arguments: [ -XTypeApplications ]
- arguments: [ -XTypeFamilies ]
- arguments: [ -XTypeOperators ]
- arguments: [ -XTypeSynonymInstances ]
- arguments: [ -XUnicodeSyntax ]
- arguments: [ -XOverloadedRecordDot ]
- arguments: [ -XDuplicateRecordFields ]