You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by Apache Wiki <wi...@apache.org> on 2014/05/17 09:08:06 UTC

[Jclouds Wiki] Update of "Coding Standards" by AndrewGaul

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.

The "Coding Standards" page has been changed by AndrewGaul:
https://wiki.apache.org/jclouds/Coding%20Standards?action=diff&rev1=1&rev2=2

Comment:
Add CheckStyle bullet

  = Coding Standards =
  
   * Indentation: 3-spaces, no tabs
+  * jclouds uses !CheckStyle to enforce a consistent coding style.  Configure your IDE or run {{{mvn checkstyle:checkstyle --quiet -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain}}} before submitting pull requests.