Skip to content

Commit

Permalink
Run super-linter on all files and disable 2015 and 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Sep 25, 2024
1 parent b6a25ff commit a3f7112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_RUST_2015: false
VALIDATE_RUST_2018: false
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a3f7112

Please sign in to comment.