Skip to content

Commit

Permalink
Disabling some linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerrick committed Mar 24, 2021
1 parent ba1d432 commit 0b60db0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
VALIDATE_DOCKERFILE_HADOLINT: false
# disabled cause they dont support CRDs rn
VALIDATE_KUBERNETES_KUBEVAL: false
# disabled until we go through and fix the dupe code issues
# disabled until we go through and fix the issues
VALIDATE_JSCPD: false
VALIDATE_ENV: false
VALIDATE_SQL: false

0 comments on commit 0b60db0

Please sign in to comment.