Skip to content

Commit

Permalink
Disable JSCPD linter
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Oct 15, 2024
1 parent 3dd08ff commit dc99b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
VALIDATE_KUBERNETES_KUBEVAL: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_JSCPD: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_CHECKOV: false
EDITORCONFIG_FILE_NAME: .editorconfig
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ lint:
sudo -E $(DOCKER_CMD) run --rm -v $$(pwd):/tmp/lint \
-e RUN_LOCAL=true \
-e LINTER_RULES_PATH=/ \
-e VALIDATE_KUBERNETES_KUBEVAL=false \
-e VALIDATE_NATURAL_LANGUAGE=false \
-e VALIDATE_JSCPD=false \
-e VALIDATE_SHELL_SHFMT=false \
-e VALIDATE_CHECKOV=false \
-e EDITORCONFIG_FILE_NAME=.editorconfig \
Expand Down

0 comments on commit dc99b92

Please sign in to comment.