Skip to content

Commit 670bb2e

Browse files
include checkstyle-suppressions.xml file in source distribution
Now checkstyle can be successfully executed from the source distribution (e.g. as part of the site life-cylce).
1 parent 9f2fe9b commit 670bb2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assembly/src.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<includes>
2727
<include>.travis.yml</include>
2828
<include>checkstyle.xml</include>
29+
<include>checkstyle-suppressions.xml</include>
2930
<include>findbugs-exclude-filter.xml</include>
3031
<include>LICENSE.txt</include>
3132
<include>NOTICE.txt</include>

0 commit comments

Comments
 (0)