Skip to content

Commit 62c4877

Browse files
authored
Disable JSCPD linter (#423)
currently the repository does contain some copies, which need to be cleaned up before we can re-enable it again
1 parent 310d57a commit 62c4877

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linter-full.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
VALIDATE_CPP: false
3434
VALIDATE_CLANG_FORMAT: false
3535
VALIDATE_PYTHON_PYLINT: false
36+
VALIDATE_JSCPD: false
3637
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/linter-pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
VALIDATE_CPP: false
3434
VALIDATE_CLANG_FORMAT: false
3535
VALIDATE_PYTHON_PYLINT: false
36+
VALIDATE_JSCPD: false
3637
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)