Umherirrender has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/390830 )
Change subject: build: Always exclude vendor and node_modules
......................................................................
build: Always exclude vendor and node_modules
Change-Id: I9eac7a89625727a8d4a769ed25a3d8d3576a2e42
---
M Gruntfile.js
M composer.json
2 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SandboxLink
refs/changes/30/390830/1
diff --git a/Gruntfile.js b/Gruntfile.js
index 9c56558..4337316 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -10,7 +10,8 @@
jsonlint: {
all: [
'**/*.json',
- '!node_modules/**'
+ '!node_modules/**',
+ '!vendor/**'
]
}
} );
diff --git a/composer.json b/composer.json
index 25cb987..df9b39a 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,7 @@
},
"scripts": {
"test": [
- "parallel-lint . --exclude vendor",
+ "parallel-lint . --exclude vendor --exclude
node_modules",
"phpcs -p -s",
"minus-x check ."
],
--
To view, visit https://gerrit.wikimedia.org/r/390830
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9eac7a89625727a8d4a769ed25a3d8d3576a2e42
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SandboxLink
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits