There was an error while loading. Please reload this page.
1 parent eb2543f commit 3431ddcCopy full SHA for 3431ddc
1 file changed
pykern/pkcli/ci.py
@@ -19,7 +19,9 @@
19
#: static/js/ext is where Sirepo stores 3rd party library files
20
_CHECK_FILES = PKDict(
21
check_eof_newline=PKDict(
22
- exclude_files=re.compile(r"/static/js/ext/|node_modules/|^run/|^tests/|^venv/"),
+ exclude_files=re.compile(
23
+ r"/static/js/ext/|/static/wp_en/|node_modules/|^run/|^tests/|^venv/"
24
+ ),
25
include_files=re.compile(r"\.(html|jinja|js|json|md|py|tsx|yml)$"),
26
),
27
check_main=PKDict(
0 commit comments