Pattern: Trailing whitespace
Issue: -
Whitespace at the end of a line can cause problems when diffing between files or between versions.
Name | Description | Type | Default Value |
---|---|---|---|
ignoreWhitespaceLines | Ignore lines with just whitespace | boolean | false |
<check enabled="true" class="org.scalastyle.file.WhitespaceEndOfLineChecker" level="warning">
<parameters>
<parameter default="false" type="boolean" name="ignoreWhitespaceLines"/>
</parameters>
</check>