We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1592239 commit dfb7232Copy full SHA for dfb7232
checkstyle-tester/pom.xml
@@ -16,8 +16,9 @@
16
<sevntu-checkstyle.version>1.38.0</sevntu-checkstyle.version>
17
<jxr-plugin.version>2.5</jxr-plugin.version>
18
<checkstyle.config.location>https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml</checkstyle.config.location>
19
- <checkstyle.failsOnError>true</checkstyle.failsOnError>
20
- </properties>
+ <checkstyle.failsOnError>false</checkstyle.failsOnError>
+ <jxr-plugin.exclude>DOESNTEXISTEXCLUDE</jxr-plugin.exclude>
21
+ </properties>
22
23
<build>
24
<plugins>
0 commit comments