We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ae28bf + 4788bfc commit c2ac0edCopy full SHA for c2ac0ed
.github/workflows/hlint.yml
@@ -15,12 +15,12 @@ jobs:
15
- name: 'Installing'
16
uses: rwe/actions-hlint-setup@v1
17
with:
18
- version: '3.6.1'
+ version: '3.8'
19
20
- name: 'Checking code'
21
uses: rwe/actions-hlint-run@v2
22
23
- hlint-bin: "hlint --with-group=extra"
+ hlint-bin: "hlint --with-group=extra --ignore-glob=**/testdata/** --ignore-glob=**/test/data/**"
24
fail-on: error
25
path: .
26
.hlint.yaml
@@ -5,10 +5,6 @@
5
# To run HLint do:
6
# $ hlint --git -j4
7
8
-# Ignore all lints in testdata directories, as they are distracting.
9
-- ignore: { "within": '**/testdata/**' }
10
-- ignore: { "within": '**/test/data/**' }
11
-
12
# Warnings currently triggered by our code
13
- ignore: {name: "Use <$>"}
14
- ignore: {name: "Use :"}
0 commit comments