Upgrade sventu-checkstyle to 1.18.0
Add a reference to sevntu in README.md.
This commit is contained in:
parent
e9e5c7cd0e
commit
9f821fddca
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
|
uses the latest version of the Checkstyle library
|
||||||
([Release Notes](http://checkstyle.sourceforge.net/releasenotes.html)).
|
([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
|
<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
|
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`
|
`google_checks.xml` examples. There is a modified version of `sun_checks.xml`
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -143,7 +143,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.sevntu.checkstyle</groupId>
|
<groupId>com.github.sevntu.checkstyle</groupId>
|
||||||
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
|
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
|
||||||
<version>1.17.1</version>
|
<version>1.18.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin><!-- maven-checkstyle-plugin -->
|
</plugin><!-- maven-checkstyle-plugin -->
|
||||||
|
|
Loading…
Reference in a new issue