Skip to content

Commit

Permalink
Disable JSCPD linter (#423)
Browse files Browse the repository at this point in the history
currently the repository does contain some copies,
which need to be cleaned up before we can re-enable
it again
  • Loading branch information
xx4h committed Apr 18, 2024
1 parent 310d57a commit 62c4877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
VALIDATE_CPP: false
VALIDATE_CLANG_FORMAT: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_JSCPD: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/linter-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
VALIDATE_CPP: false
VALIDATE_CLANG_FORMAT: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_JSCPD: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 62c4877

Please sign in to comment.