Skip to content

Commit 24b4268

Browse files
authored
Compatible with checkstyle v9.1
1 parent db6f1f6 commit 24b4268

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java Style Guide
2-
![Version](https://img.shields.io/badge/Latest%20Version-v1.0.0--9.0-blue)
3-
![Checkstyle](https://img.shields.io/badge/Checkstyle%20Compatible-v9.0-green)
2+
![Version](https://img.shields.io/badge/Latest%20Version-v1.0.0--9.1-blue)
3+
![Checkstyle](https://img.shields.io/badge/Checkstyle%20Compatible-v9.1-green)
44

55
Java style guide built upon Sun Microsystems and Google style guides, widely accepted best practices. Is offered in
66
form of a textual representation, as well as `Checkstyle` and `Intellij IDEA` declarations for automation purposes.
@@ -48,11 +48,11 @@ Then the plugin could be configured in the following way (for Maven):
4848
<dependency>
4949
<groupId>com.puppycrawl.tools</groupId>
5050
<artifactId>checkstyle</artifactId>
51-
<version>9.0</version>
51+
<version>9.1</version>
5252
</dependency>
5353
</dependencies>
5454
<configuration>
55-
<configLocation>https://raw.githubusercontent.com/pepperkit/java-style-guide/v1.0.0-9.0/checkstyle.xml</configLocation>
55+
<configLocation>https://raw.githubusercontent.com/pepperkit/java-style-guide/v1.0.0-9.1/checkstyle.xml</configLocation>
5656
<encoding>UTF-8</encoding>
5757
<consoleOutput>true</consoleOutput>
5858
<failsOnError>true</failsOnError>
@@ -69,7 +69,7 @@ Checkstyle allows the definition of a list of files and their line ranges that s
6969
Update the plugin configuration like that:
7070
```xml
7171
<configuration>
72-
<configLocation>https://raw.githubusercontent.com/pepperkit/java-style-guide/v1.0.0-9.0/checkstyle.xml</configLocation>
72+
<configLocation>https://raw.githubusercontent.com/pepperkit/java-style-guide/v1.0.0-9.1/checkstyle.xml</configLocation>
7373
<encoding>UTF-8</encoding>
7474
<consoleOutput>true</consoleOutput>
7575
<failsOnError>true</failsOnError>
@@ -113,8 +113,8 @@ When this style guide is changed, its version increases, it follows semver logic
113113
version of Checkstyle this style guide is compatible, the corresponding version of Checkstyle is stated in the version of
114114
the style guide.
115115

116-
For example, if the style guide has version `1.0.0` and it is compatible with Checkstyle version `9.0`, then the version
117-
of Checkstyle file will be `v1.0.0-9.0`.
116+
For example, if the style guide has version `1.0.0` and it is compatible with Checkstyle version `9.1`, then the version
117+
of Checkstyle file will be `v1.0.0-9.1`.
118118

119119
## Style Guide
120120

0 commit comments

Comments
 (0)