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.
Bu işleme şunda yer alıyor:
Florian Schmaus 2019-09-24 10:12:13 +02:00
ebeveyn 93aaf6d8d7
işleme 1d03cfdc79
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme

Dosyayı Görüntüle

@ -35,10 +35,6 @@
<property name="format" value="\.append\(&quot;(.|\\.)&quot;\)"/>
<property name="message" value="Don&apos;t use StringBuilder.append(String) when you can use StringBuilder.append(char). Solution: Replace double quotes of append&apos;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">
<!--