Add config module for xsslint

This commit is contained in:
Anthony Mangano
2018-03-01 14:15:13 -05:00
parent d815f5c6f5
commit 3e7df8688f
9 changed files with 207 additions and 69 deletions

View File

@@ -3,20 +3,6 @@ Utility classes/functions for the XSS Linter.
"""
import re
SKIP_DIRS = (
'.git',
'.pycharm_helpers',
'common/static/xmodule/modules',
'common/static/bundles',
'perf_tests',
'node_modules',
'reports/diff_quality',
'scripts/xsslint',
'spec',
'test_root',
'vendor',
)
def is_skip_dir(skip_dirs, directory):
"""