Fix Checkstyle oddity on Windows.

This commit is contained in:
Gary Gregory 2021-02-11 16:46:18 -05:00
parent 1fa1940f4b
commit fa880a43ed
1 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,6 @@ limitations under the License.
<!-- exclude generated JMH classes from all checks -->
<suppress checks="[a-zA-Z0-9]*" files=".*[/\\]generated-test-sources[/\\].*"/>
<suppress checks="RedundantModifier" files="ConstructorUtilsTest" lines="0-99999"/>
<!-- Windows-only workaround -->
<suppress checks="NewlineAtEndOfFile" files="target[/\\]maven-archiver[/\\]pom.properties"/>
</suppressions>