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:
1515 - name : ' Installing'
1616 uses : rwe/actions-hlint-setup@v1
1717 with :
18- version : ' 3.6.1 '
18+ version : ' 3.8 '
1919
2020 - name : ' Checking code'
2121 uses : rwe/actions-hlint-run@v2
2222 with :
23- hlint-bin : " hlint --with-group=extra"
23+ hlint-bin : " hlint --with-group=extra --ignore-glob=**/testdata/** --ignore-glob=**/test/data/** "
2424 fail-on : error
2525 path : .
2626
Original file line number Diff line number Diff line change 55# To run HLint do:
66# $ hlint --git -j4
77
8- # Ignore all lints in testdata directories, as they are distracting.
9- - ignore : { "within": '**/testdata/**' }
10- - ignore : { "within": '**/test/data/**' }
11-
128# Warnings currently triggered by our code
139- ignore : {name: "Use <$>"}
1410- ignore : {name: "Use :"}
You can’t perform that action at this time.
0 commit comments