Skip to content

Commit f0b4a96

Browse files
Fix checkstyle configuration
1 parent 846928b commit f0b4a96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,13 @@ under the License.
363363
</excludes>
364364
</configuration>
365365
</plugin>
366+
<plugin>
367+
<groupId>org.apache.maven.plugins</groupId>
368+
<artifactId>maven-checkstyle-plugin</artifactId>
369+
<configuration>
370+
<configLocation>config/maven_checks_nocodestyle.xml</configLocation>
371+
</configuration>
372+
</plugin>
366373
</plugins>
367374
</pluginManagement>
368375
<plugins>

0 commit comments

Comments
 (0)