Skip to content

Commit c2ac0ed

Browse files
authored
Merge branch 'master' into jhrcek/unused-packages-hlint
2 parents 8ae28bf + 4788bfc commit c2ac0ed

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/hlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.hlint.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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 :"}

0 commit comments

Comments
 (0)