mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
checkstyle: Remove redundant whitespace check
The "line contains only whitespace character(s)" check is the same as the trailing whitespace characters check a few lines below.
This commit is contained in:
parent
93aaf6d8d7
commit
1d03cfdc79
1 changed files with 0 additions and 4 deletions
|
@ -35,10 +35,6 @@
|
||||||
<property name="format" value="\.append\("(.|\\.)"\)"/>
|
<property name="format" value="\.append\("(.|\\.)"\)"/>
|
||||||
<property name="message" value="Don't use StringBuilder.append(String) when you can use StringBuilder.append(char). Solution: Replace double quotes of append's argument with single quotes."/>
|
<property name="message" value="Don't use StringBuilder.append(String) when you can use StringBuilder.append(char). Solution: Replace double quotes of append's argument with single quotes."/>
|
||||||
</module>
|
</module>
|
||||||
<module name="RegexpSingleline">
|
|
||||||
<property name="format" value="^\s+$"/>
|
|
||||||
<property name="message" value="Line containing only whitespace character(s)"/>
|
|
||||||
</module>
|
|
||||||
<module name="FileTabCharacter"/>
|
<module name="FileTabCharacter"/>
|
||||||
<module name="RegexpSingleline">
|
<module name="RegexpSingleline">
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in a new issue