ZEPPELIN-3147. Added Checkstyle to the angular module

This commit is contained in:
Jan Hentschel 2018-02-04 21:10:24 +01:00
parent 6f4f0ff96c
commit b76692461f

View file

@ -72,6 +72,13 @@
<plugin>
<artifactId>maven-resources-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>