Skip to content

Commit

Permalink
Merge branch 'master' into jhrcek/unused-packages-stan
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek authored Jan 26, 2024
2 parents 339f221 + 4788bfc commit 24d3ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: 'Installing'
uses: rwe/actions-hlint-setup@v1
with:
version: '3.6.1'
version: '3.8'

- name: 'Checking code'
uses: rwe/actions-hlint-run@v2
with:
hlint-bin: "hlint --with-group=extra"
hlint-bin: "hlint --with-group=extra --ignore-glob=**/testdata/** --ignore-glob=**/test/data/**"
fail-on: error
path: .

4 changes: 0 additions & 4 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
# To run HLint do:
# $ hlint --git -j4

# Ignore all lints in testdata directories, as they are distracting.
- ignore: { "within": '**/testdata/**' }
- ignore: { "within": '**/test/data/**' }

# Warnings currently triggered by our code
- ignore: {name: "Use <$>"}
- ignore: {name: "Use :"}
Expand Down

0 comments on commit 24d3ff1

Please sign in to comment.