Umherirrender has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/390792 )
Change subject: build: Always exclude vendor and node_modules
......................................................................
build: Always exclude vendor and node_modules
Change-Id: Ifaac990ab2c81c4bc0d3ed184fa2823936cd69d3
---
M Gruntfile.js
M composer.json
2 files changed, 5 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AntiSpoof
refs/changes/92/390792/1
diff --git a/Gruntfile.js b/Gruntfile.js
index 44c7d56..bc1e49a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -10,12 +10,13 @@
grunt.loadNpmTasks( 'grunt-jsonlint' );
grunt.initConfig( {
banana: {
- all: ["i18n/"]
+ all: ['i18n/']
},
jsonlint: {
all: [
- "**/*.json",
- "!node_modules/**"
+ '**/*.json',
+ '!node_modules/**',
+ '!vendor/**'
]
}
} );
diff --git a/composer.json b/composer.json
index 116405f..f9eeb78 100644
--- a/composer.json
+++ b/composer.json
@@ -19,7 +19,7 @@
"minus-x fix ."
],
"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/390792
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifaac990ab2c81c4bc0d3ed184fa2823936cd69d3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AntiSpoof
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits