Skip to content

Commit 1bf3907

Browse files
committed
Enabling checkstyle/findbugs. Not sure why checkstyle isn't picking up the config
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@639971 13f79535-47bb-0310-9956-ffa450edef68
1 parent d3a34db commit 1bf3907

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,13 @@
195195
<reports>
196196
<report>maven-changes-plugin</report>
197197
<report>maven-jdepend-plugin</report>
198-
<!--report>maven-checkstyle-plugin</report-->
198+
<report>maven-checkstyle-plugin</report>
199199
<report>maven-javadoc-plugin</report>
200200
<report>maven-jdepend-plugin</report>
201201
<report>maven-junit-report-plugin</report>
202202
<report>maven-jxr-plugin</report>
203203
<report>maven-license-plugin</report>
204204
<report>maven-pmd-plugin</report>
205-
<!--report>maven-findbugs-plugin</report-->
205+
<report>maven-findbugs-plugin</report>
206206
</reports>
207207
</project>

0 commit comments

Comments
 (0)