aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-02-11 16:46:18 -0500
committerGary Gregory <garydgregory@gmail.com>2021-02-11 16:46:18 -0500
commitfa880a43ed4bda54eb4fbab629d3c118dff513a5 (patch)
tree885c24b0a5948476977cb04e191cb76f108b5c91 /src/site
parent1fa1940f4b365df5802cd50ff82403a85715551c (diff)
downloadapache-commons-lang-fa880a43ed4bda54eb4fbab629d3c118dff513a5.tar.gz
Fix Checkstyle oddity on Windows.
Diffstat (limited to 'src/site')
-rw-r--r--src/site/resources/checkstyle/checkstyle-suppressions.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/site/resources/checkstyle/checkstyle-suppressions.xml b/src/site/resources/checkstyle/checkstyle-suppressions.xml
index 275e5c105..e62645c4f 100644
--- a/src/site/resources/checkstyle/checkstyle-suppressions.xml
+++ b/src/site/resources/checkstyle/checkstyle-suppressions.xml
@@ -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>