File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 4141 <no-test-jar >false</no-test-jar >
4242 <!-- Jenkins.MANAGE is still in Beta -->
4343 <useBeta >true</useBeta >
44- <!-- Do not run extra reporting for checkstyle or pmd -->
44+ <!-- Do not run extra reporting for pmd -->
4545 <!-- https://stackoverflow.com/questions/12038238/unable-to-locate-source-xref-to-link-to -->
4646 <linkXRef >false</linkXRef >
4747 <spotbugs .effort>Max</spotbugs .effort>
237237 </pluginRepository >
238238 </pluginRepositories >
239239
240- <build >
241- <plugins >
242- <plugin >
243- <groupId >org.apache.maven.plugins</groupId >
244- <artifactId >maven-checkstyle-plugin</artifactId >
245- <version >3.6.0</version >
246- <configuration >
247- <configLocation >google_checks.xml</configLocation >
248- <failOnViolation >true</failOnViolation >
249- </configuration >
250- </plugin >
251- </plugins >
252- </build >
253-
254240</project >
You can’t perform that action at this time.
0 commit comments