Skip to content

Commit 2bb3465

Browse files
build: remove checkstyle
1 parent 70d9261 commit 2bb3465

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -181,28 +181,6 @@
181181
</configuration>
182182
</plugin>
183183

184-
<!-- Checkstyle -->
185-
<plugin>
186-
<groupId>org.apache.maven.plugins</groupId>
187-
<artifactId>maven-checkstyle-plugin</artifactId>
188-
<version>3.3.1</version>
189-
<configuration>
190-
<consoleOutput>true</consoleOutput>
191-
<configLocation>src/etc/checkstyle.xml</configLocation>
192-
<failsOnError>true</failsOnError>
193-
<excludes>**/HbsServer*,**/HbsLexer*,**/HbsParserVisitor*,**/HbsParserBaseVisitor*,**/HbsParser*</excludes>
194-
</configuration>
195-
<executions>
196-
<execution>
197-
<id>checkstyle</id>
198-
<phase>verify</phase>
199-
<goals>
200-
<goal>checkstyle</goal>
201-
</goals>
202-
</execution>
203-
</executions>
204-
</plugin>
205-
206184
<plugin>
207185
<groupId>org.eluder.coveralls</groupId>
208186
<artifactId>coveralls-maven-plugin</artifactId>

0 commit comments

Comments
 (0)