Skip to content

Commit

Permalink
Update lintr (#187)
Browse files Browse the repository at this point in the history
The insightsengineering/idr-tasks#667 issue
still persists.

I think it's because `github/super-linter/slim@v5` uses
`ghcr.io/github/super-linter:slim-v5` which has `lintr` 3.0.2.
Maybe we should in turn use `super-linter/super-linter/slim@v5` which
uses `ghcr.io/super-linter/super-linter:slim-v5` and has `lintr` 3.1.0?
  • Loading branch information
walkowif authored Sep 26, 2023
1 parent 4ca9e5d commit ddff917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash

- name: Lint Code Base 🧶
uses: github/super-linter/slim@v5
uses: super-linter/super-linter/slim@v5
env:
LINTER_RULES_PATH: /
DEFAULT_BRANCH: main
Expand Down

0 comments on commit ddff917

Please sign in to comment.