Enforce whitespace after semicolon
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/8b16bf0e Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/8b16bf0e Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/8b16bf0e Branch: refs/heads/master Commit: 8b16bf0e4716e105dcd117da1b8429ab57d0b92f Parents: 74fb8f0 Author: Andrew Gaul <[email protected]> Authored: Tue Aug 26 10:55:19 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Tue Aug 26 11:06:16 2014 -0700 ---------------------------------------------------------------------- resources/checkstyle.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/8b16bf0e/resources/checkstyle.xml ---------------------------------------------------------------------- diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml index 9cb3041..35fd9ea 100644 --- a/resources/checkstyle.xml +++ b/resources/checkstyle.xml @@ -46,7 +46,8 @@ <property name="processJavadoc" value="true"/> </module> <module name="WhitespaceAfter"> - <property name="tokens" value="COMMA"/> + <!-- TYPECAST disabled --> + <property name="tokens" value="COMMA, SEMI"/> </module> <module name="WhitespaceAround"> <property name="ignoreEnhancedForColon" value="false" />
