Hashar has submitted this change and it was merged.

Change subject: checkstyle publisher for phpcs
......................................................................


checkstyle publisher for phpcs

JSLint uses the checkstyle publisher whereas phpcs use the violations
one.  This change adds checkstyle processing to the phpcs jobs of
mediawiki core.  We will see how it looks like.

Updates jobs:
- mediawiki-core-phpcs-HEAD
- mediawiki-core-regression-phpcs
- mediawiki-core-regression-phpcs-HEAD
- test-mediawiki-phpcs-HEAD

Change-Id: I870405ee787d1be281f5f32b54519026e807260e
---
M job-templates.yaml
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Verified; Looks good to me, approved



diff --git a/job-templates.yaml b/job-templates.yaml
index 3ad5fb1..84ea7ea 100644
--- a/job-templates.yaml
+++ b/job-templates.yaml
@@ -38,6 +38,7 @@
      - phpcs
 
     publishers:
+     - checkstyle-xml
      - phpcs
 
 # PHP CodeSniffer on changed files
@@ -57,4 +58,5 @@
      - phpcs-HEAD
 
     publishers:
+     - checkstyle-xml
      - phpcs

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

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

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

Reply via email to