mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12: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="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 name="RegexpSingleline">
|
||||
<property name="format" value="^\s+$"/>
|
||||
<property name="message" value="Line containing only whitespace character(s)"/>
|
||||
</module>
|
||||
<module name="FileTabCharacter"/>
|
||||
<module name="RegexpSingleline">
|
||||
<!--
|
||||
|
|
Loading…
Reference in a new issue