Skip to content

Commit a84ce53

Browse files
authored
Remove checkstyle build task (jenkinsci#1738)
Not reviewing checkstyle in this plugin
1 parent 736f569 commit a84ce53

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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>
@@ -237,18 +237,4 @@
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>

0 commit comments

Comments
 (0)