Skip to content

Commit

Permalink
Turn off linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 3, 2024
1 parent 6931fa9 commit 8945310
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
- name: Lint Code Base
uses: github/super-linter@v7
env:
VALIDATE_JSCPD_ALL_CODEBASE: false
VALIDATE_JSCPD: false
VALIDATE_EDITORCONFIG: false # Not needed in this project
VALIDATE_ALL_CODEBASE: false
VALIDATE_GO: false # Already running in Go tests
VALIDATE_CHECKOV: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_CHECKOV: false
VALIDATE_EDITORCONFIG: false # Not needed in this project
VALIDATE_GO: false # Already running in Go tests
VALIDATE_JSCPD: false
VALIDATE_JSCPD_ALL_CODEBASE: false
VALIDATE_MARKDOWN_PRETTIER: false # Not needed in this project
VALIDATE_YAML_PRETTIER: false # Not needed in this project

0 comments on commit 8945310

Please sign in to comment.