Closed matous-volf closed 2 months ago
The update introduces a new environment variable VALIDATE_JSCPD
in the GitHub Actions workflow file .github/workflows/lint.yml
, setting its value to false
. This addition prepares the workflow for potential future integration of the JavaScript Copy/Paste Detector (JSCPD) for identifying duplicate code segments in JavaScript files.
File | Change Summary |
---|---|
.github/workflows/lint.yml | Added environment variable VALIDATE_JSCPD: false (new declaration) |
Summary by CodeRabbit