mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-24 00:13:27 +00:00
build: Always exclude vendor and node_modules
Change-Id: I9ece165caf87d6fc6a2656a87767d4b2d18d5475
This commit is contained in:
parent
d2da655471
commit
de72f1153b
|
@ -18,7 +18,8 @@ module.exports = function ( grunt ) {
|
|||
jsonlint: {
|
||||
all: [
|
||||
'**/*.json',
|
||||
'!node_modules/**'
|
||||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
}
|
||||
} );
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"minus-x fix ."
|
||||
],
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor",
|
||||
"parallel-lint . --exclude vendor --exclude node_modules",
|
||||
"phpcs -p -s",
|
||||
"minus-x check ."
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue