Refactor XSS linter into smaller files
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
||||
#
|
||||
# xss-commit-linter.sh
|
||||
#
|
||||
# Executes xss_linter.py on the set of files in a particular git commit.
|
||||
# Executes xsslint/xss_linter.py on the set of files in a particular git commit.
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
@@ -82,6 +82,6 @@ else
|
||||
for f in $diff_files; do
|
||||
echo ""
|
||||
echo "Linting $f:"
|
||||
./scripts/xss_linter.py $f
|
||||
./scripts/xsslint/xss_linter.py $f
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user