[ticket/15769] Exclude hermite and other non-core paths from js check

PHPBB3-15769
This commit is contained in:
Marc Alexander 2022-07-27 17:28:56 +02:00
parent 2bac1c82db
commit 8956cf5845
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -16,13 +16,16 @@
"phpBB/assets/javascript/core.js",
"phpBB/assets/javascript/cropper.js",
"phpBB/assets/javascript/editor.js",
"phpBB/assets/javascript/hermite.js",
"phpBB/assets/javascript/installer.js",
"phpBB/assets/javascript/jquery-cropper.js",
"phpBB/assets/javascript/plupload.js",
"phpBB/ext/**/*.js",
"phpBB/styles/prosilver/template/ajax.js",
"phpBB/styles/prosilver/template/forum_fn.js",
"phpBB/**/*.min.js",
"phpBB/vendor/**/*.js",
"phpBB/vendor-ext/**/*.js",
"phpBB/phpbb/**/*.js",
"phpBB/tests/**/*.js"
],