Exclude the web/locale/
folder from linting (PR 17525 follow-up)
Given that the contents of this folder is generated by `gulp locale` it's essentially build-output and thus shouldn't be included in linting.
This commit is contained in:
parent
bf6cc83e7a
commit
79594ff876
@ -8,4 +8,5 @@ external/builder/fixtures_esprima/
|
|||||||
external/quickjs/
|
external/quickjs/
|
||||||
test/tmp/
|
test/tmp/
|
||||||
test/pdfs/
|
test/pdfs/
|
||||||
|
web/locale/
|
||||||
*~/
|
*~/
|
||||||
|
@ -8,4 +8,5 @@ external/builder/fixtures_esprima/
|
|||||||
external/quickjs/
|
external/quickjs/
|
||||||
test/tmp/
|
test/tmp/
|
||||||
test/pdfs/
|
test/pdfs/
|
||||||
|
web/locale/
|
||||||
*~/
|
*~/
|
||||||
|
@ -8,4 +8,5 @@ external/builder/fixtures_esprima/
|
|||||||
external/quickjs/
|
external/quickjs/
|
||||||
test/tmp/
|
test/tmp/
|
||||||
test/pdfs/
|
test/pdfs/
|
||||||
|
web/locale/
|
||||||
*~/
|
*~/
|
||||||
|
Loading…
Reference in New Issue
Block a user