Script to print xsslint violations is missing #35965
Labels
code health
Proactive technical investment via refactorings, removals, etc.
help wanted
Ready to be picked up by anyone in the community
This was discovered as an existing issue while working on #35159
When xsslint detects a violation beyond the forgiven thresholds, rather than printing anything helpful, it fails with:
The script it tells you to run,
./scripts/xss-commit-linter.sh -h
, does not exist.We should provide the dev some way of seeing violations. Or, maybe we just print the violations every single time, like eslint does.
The text was updated successfully, but these errors were encountered: