File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Java Style Guide
22![ Version] ( https://img.shields.io/badge/Latest%20Version-v1.0.1--9.1-blue )
3- ![ Checkstyle] ( https://img.shields.io/badge/Checkstyle%20Compatible-v9.2-green )
3+ ![ Checkstyle] ( https://img.shields.io/badge/Checkstyle%20Compatible-v9.2.1 -green )
44
55Java style guide built upon Sun Microsystems and Google style guides, widely accepted best practices. Is offered in
66form of a textual representation, as well as ` Checkstyle ` and ` Intellij IDEA ` declarations for automation purposes.
@@ -48,7 +48,7 @@ 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.2</version >
51+ <version >9.2.1 </version >
5252 </dependency >
5353 </dependencies >
5454 <configuration >
You can’t perform that action at this time.
0 commit comments