Merge pull request #13 from kemitix/upgrade-sevntu-checkstyle-to-1.18.0
Upgrade sventu-checkstyle to 1.18.0
This commit is contained in:
commit
dfc0a1658e
2 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,9 @@ The [Maven Checkstyle Plugin](https://maven.apache.org/plugins/maven-checkstyle-
|
|||
uses the latest version of the Checkstyle library
|
||||
([Release Notes](http://checkstyle.sourceforge.net/releasenotes.html)).
|
||||
|
||||
Also available for you to use are the rules defined by
|
||||
[Sevntu](http://sevntu-checkstyle.github.io/sevntu.checkstyle/).
|
||||
|
||||
<strong>Your project <em>must</em> provide a `checkstyle.xml` file in it's root
|
||||
directory.</strong> See the Checkstyle Plugin homepage for `sun_checks.xml` and
|
||||
`google_checks.xml` examples. There is a modified version of `sun_checks.xml`
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -143,7 +143,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.sevntu.checkstyle</groupId>
|
||||
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
|
||||
<version>1.17.1</version>
|
||||
<version>1.18.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin><!-- maven-checkstyle-plugin -->
|
||||
|
|
Loading…
Reference in a new issue