Hashar has submitted this change and it was merged.

Change subject: python-lint template
......................................................................


python-lint template

A very simple template to easily trigger pep8 and pyflakes on a
repository that does not have any unit tests.

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

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



diff --git a/layout.yaml b/layout.yaml
index 609154c..2e9c1d4 100644
--- a/layout.yaml
+++ b/layout.yaml
@@ -522,6 +522,14 @@
        - 'mwext-{extname}-jslint'
        - 'mwext-{extname}-lint'
 
+  - name: python-lint
+    check-voter:
+      - '{prefix}-pep8'
+      - '{prefix}-pyflakes'
+    gate-and-submit:
+      - '{prefix}-pep8'
+      - '{prefix}-pyflakes'
+
   - name: puppet
     # FIXME add merge probably
     # voting since we usually do not have any unit tests

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

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

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

Reply via email to