Krinkle has submitted this change and it was merged.

Change subject: jshint/jsduck: Include config files in file match filter
......................................................................


jshint/jsduck: Include config files in file match filter

Follows-up e14076e, which made jshint/jsduck no longer run
when changing jsduck.json (or jsduck/config.json,
.docs/config.json, etc.), .jshintrc, .jshintignore etc.

Change-Id: I773e84e6f75512fd385df6120634e56d56be7928
---
M layout.yaml
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/layout.yaml b/layout.yaml
index e7adefd..4556897 100644
--- a/layout.yaml
+++ b/layout.yaml
@@ -247,15 +247,15 @@
     # Non-voting by default (most projects do not pass yet)
     voting: false
     files:
-     - '^.*\.js$'
+     - '\.(js|json|jshint.*)$'
 
   - name: ^.*-jsduck$
     files:
-     - '^.*\.js$'
+     - '\.(js|json)$'
 
   - name: ^.*-jsduck-publish$
     files:
-     - '^.*\.js$'
+     - '\.(js|json)$'
 
   - name: ^.*-pep8$
     # Non-voting (most of our script fail the tests miserably)

-- 
To view, visit https://gerrit.wikimedia.org/r/69260
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I773e84e6f75512fd385df6120634e56d56be7928
Gerrit-PatchSet: 1
Gerrit-Project: integration/zuul-config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to