File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
- name : ' Installing'
16
16
uses : rwe/actions-hlint-setup@v1
17
17
with :
18
- version : ' 3.6.1 '
18
+ version : ' 3.8 '
19
19
20
20
- name : ' Checking code'
21
21
uses : rwe/actions-hlint-run@v2
22
22
with :
23
- hlint-bin : " hlint --with-group=extra"
23
+ hlint-bin : " hlint --with-group=extra --ignore-glob=**/testdata/** --ignore-glob=**/test/data/** "
24
24
fail-on : error
25
25
path : .
26
26
Original file line number Diff line number Diff line change 5
5
# To run HLint do:
6
6
# $ hlint --git -j4
7
7
8
- # Ignore all lints in testdata directories, as they are distracting.
9
- - ignore : { "within": '**/testdata/**' }
10
- - ignore : { "within": '**/test/data/**' }
11
-
12
8
# Warnings currently triggered by our code
13
9
- ignore : {name: "Use <$>"}
14
10
- ignore : {name: "Use :"}
You can’t perform that action at this time.
0 commit comments