Skip to content

Commit

Permalink
Disable JSCPD linter (copy paste detector)
Browse files Browse the repository at this point in the history
Too many detections to handle for now. Should be reconsidered
  • Loading branch information
echoix committed Apr 24, 2024
1 parent b7fd539 commit c4ebc0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
VALIDATE_CPP: false # Until a configuration file is created to not contradict clang-format
VALIDATE_GITLEAKS: false # Until configured to ignore g.parser key in main.c files
VALIDATE_HTML: false # Until configured, some valid findings
VALIDATE_JSCPD: false # Too many detections, should be enabled only for changed files
VALIDATE_LATEX: false # Until issues are fixed, some valid findings
VALIDATE_NATURAL_LANGUAGE: false # Until issues are fixed, lots of valid suggestions
VALIDATE_PERL: false # Until issues are fixed
Expand Down

0 comments on commit c4ebc0d

Please sign in to comment.