aboutsummaryrefslogtreecommitdiff
path: root/config/checkstyle_checks.xml
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2016-05-28 08:53:41 -0400
committerRoman Ivanov <romani@users.noreply.github.com>2016-05-28 05:53:41 -0700
commit5c6f1ee17a98f088dcb4da9bb166864db1abf7dd (patch)
tree00651587f15432e832d5744ab5fa69758d082ada /config/checkstyle_checks.xml
parent9a733ed7985274aadb75dad8bce405749d7e61d6 (diff)
downloadcheckstyle-5c6f1ee17a98f088dcb4da9bb166864db1abf7dd.tar.gz
Issue #3173: moved SingleSpaceSeparatorCheck from sevntu to checkstyle (#3179)
Diffstat (limited to 'config/checkstyle_checks.xml')
-rw-r--r--config/checkstyle_checks.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/checkstyle_checks.xml b/config/checkstyle_checks.xml
index d4585fa60..cace93abe 100644
--- a/config/checkstyle_checks.xml
+++ b/config/checkstyle_checks.xml
@@ -450,6 +450,9 @@
<property name="tokens" value="COMMA"/>
<property name="option" value="EOL"/>
</module>
+ <module name="SingleSpaceSeparator">
+ <property name="validateComments" value="false"/>
+ </module>
<module name="TypecastParenPad"/>
<module name="WhitespaceAfter"/>
<module name="WhitespaceAround"/>