Skip to content

Commit

Permalink
disable jscpd linter
Browse files Browse the repository at this point in the history
  • Loading branch information
netsandbox committed Jan 7, 2025
1 parent d251446 commit b4de5b9
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 @@ -22,7 +22,8 @@ jobs:
- name: Lint Code Base
uses: github/super-linter/slim@v6
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: false
VALIDATE_PERL: false

0 comments on commit b4de5b9

Please sign in to comment.