Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/61366


Change subject: trigger pep8/pyflakes only when .py files are changed
......................................................................

trigger pep8/pyflakes only when .py files are changed

Change-Id: I1b163315c9b1422e20a9cbadd9344def2637289a
---
M layout.yaml
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/zuul-config 
refs/changes/66/61366/1

diff --git a/layout.yaml b/layout.yaml
index 8ce77a4..fbf74dd 100644
--- a/layout.yaml
+++ b/layout.yaml
@@ -253,10 +253,14 @@
   - name: ^.*-pep8$
     # Non-voting (most of our script fail the tests miserably)
     voting: false
+    files:
+     - '^.*\.py$'
 
   - name: ^.*-pyflakes$
     # do not vote by default
     voting: false
+    files:
+     - '^.*\.py$'
 
   # PHP CodeSniffer (experimental)
   - name: ^.*-phpcs$

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1b163315c9b1422e20a9cbadd9344def2637289a
Gerrit-PatchSet: 1
Gerrit-Project: integration/zuul-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to