File tree 3 files changed +8
-17
lines changed
3 files changed +8
-17
lines changed Original file line number Diff line number Diff line change
1
+ # HLint configuration file
2
+ #
3
+ # see `hlint --default` for help
4
+ # ###############################
5
+
1
6
# Specify additional command line arguments
2
- - arguments : [-XTypeApplications]
7
+ - arguments : [-XTypeApplications, -XOverloadedRecordDot ]
3
8
4
9
# Control which extensions/flags/modules/functions can be used
5
10
- modules :
6
- - {name: [Data.Map], within: []}
7
11
- {name: [System.FilePath.Posix], within: []}
8
- - name :
9
- - Prettyprinter
10
- - Prettyprinter.Render.Text
11
- - Prettyprinter.String
12
- within :
13
- - Pretty
14
- - Kore.JsonRpc.Types
15
12
16
13
# Ignore some builtin hints
14
+
17
15
# This warning should apply to Control.Exception.evaluate, but is mistakenly
18
16
# applied to Kore.Rewrite.SMT.Evaluator.evaluate.
19
17
- ignore : {name: "Redundant evaluate"}
20
18
21
19
# Corporate style
20
+ - ignore : {name: "Move brackets to avoid $" }
22
21
- ignore : {name: "Use tuple-section"}
23
22
- ignore : {name: "Use record patterns"}
24
23
- ignore : {name: "Use String"}
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments