Skip to content

Commit

Permalink
Disabled false positives for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 12, 2024
1 parent 63eda66 commit 75ad446
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
VALIDATE_MARKDOWN: false
VALIDATE_JSCPD: false
VALIDATE_GO: false # Already running in Go tests
VALIDATE_CHECKOV: false
VALIDATE_GO_MODULES: false # Already running in Go tests
VALIDATE_GO_RELEASER: false # Not updated, does not understand v2
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 75ad446

Please sign in to comment.