We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cd15f commit 0638bc0Copy full SHA for 0638bc0
.github/workflows/hlint.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: rwe/actions-hlint-run@v2
22
with:
23
# Ignore testdata directories to silence hlint warnings for test data files.
24
- hlint-bin: "hlint --with-group=extra --ignore-glob='**/testdata/**/*.hs' --ignore-glob='**/test/data/**/*.hs'"
+ hlint-bin: "hlint --with-group=extra --ignore-glob=**/testdata/** --ignore-glob=**/test/data/**"
25
fail-on: error
26
path: .
27
0 commit comments