mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
linters should ignore generated docs
Change-Id: Ice9eef1ba6e2b158ab3f7a9f45a4d1a7a41824b8
This commit is contained in:
parent
73c90a0e7d
commit
5c7e7f4fbd
|
@ -21,7 +21,7 @@ module.exports = function ( grunt ) {
|
|||
},
|
||||
all: [
|
||||
'**/*.{js,json}',
|
||||
'!{vendor,node_modules}/**',
|
||||
'!{docs,vendor,node_modules}/**',
|
||||
'!cypress/screenshots/**/*.js'
|
||||
]
|
||||
},
|
||||
|
@ -30,8 +30,7 @@ module.exports = function ( grunt ) {
|
|||
all: [
|
||||
'**/*.css',
|
||||
'**/*.less',
|
||||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
'!{docs,node_modules,vendor}/**'
|
||||
]
|
||||
}
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue