mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-12 01:01:57 +00:00
build: Always exclude vendor
Change-Id: Ia5d61836e3fd1c4813c5510164b3dc13009c2556
This commit is contained in:
parent
2b45d384b9
commit
0bb4cbc792
|
@ -23,7 +23,8 @@ module.exports = function ( grunt ) {
|
|||
jsonlint: {
|
||||
all: [
|
||||
'**/*.json',
|
||||
'!node_modules/**'
|
||||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
}
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue