Hashar has uploaded a new change for review.

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


Change subject: contint: add in checkstyle package
......................................................................

contint: add in checkstyle package

checkstyle is a style hinter for Java code, it is going to be used for
the mobile team.

bug: 56110
Change-Id: I83fe92513590b611fc9883a1ca62c0ade97a41cb
---
M modules/contint/manifests/packages.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/67/91767/1

diff --git a/modules/contint/manifests/packages.pp 
b/modules/contint/manifests/packages.pp
index 069241a..98e3ab0 100644
--- a/modules/contint/manifests/packages.pp
+++ b/modules/contint/manifests/packages.pp
@@ -24,6 +24,11 @@
     ensure => present;
   }
 
+  # Java style checks for mobile apps
+  package { 'checkstyle':
+    ensure => present,
+  }
+
   # Get perl dependencies so we can lint the wikibugs perl script
   include misc::irc::wikibugs::packages
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I83fe92513590b611fc9883a1ca62c0ade97a41cb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to