Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Disable jscpd (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Feb 12, 2021
1 parent 22bee1c commit adc4829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: github/super-linter@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_STATES: false
VALIDATE_JSCPD: false
VALIDATE_KUBERNETES_KUBEVAL: false
VALIDATE_STATES: false
FILTER_REGEX_EXCLUDE: CHANGELOG.md

0 comments on commit adc4829

Please sign in to comment.