Skip to content

✅ Checkstyle configuration for SPT Java style

License

Notifications You must be signed in to change notification settings

spt-oss/checkstyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkstyle

circleci maven central

  • Checkstyle configuration for SPT Java style

Usage

IDE

  • Checkout the repository and import configuration into your IDE.

     checkstyle/src/main/resources/com/github/spt-oss/checkstyle/checks.xml

Maven

  • Add a dependency in your POM.

     <plugin>
     	<groupId>org.apache.maven.plugins</groupId>
     	<artifactId>maven-checkstyle-plugin</artifactId>
     	<configuration>
     		<configLocation>com/github/spt-oss/checkstyle/checks.xml</configLocation>
     	</configuration>
     	<dependencies>
     		<dependency>
     			<groupId>com.puppycrawl.tools</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.15</version>
     		</dependency>
     		<dependency>
     			<groupId>com.github.spt-oss</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.15.0</version>
     		</dependency>
     	</dependencies>
     </plugin>

License

  • This software is released under the Apache License 2.0.

About

✅ Checkstyle configuration for SPT Java style

Resources

License

Stars

Watchers

Forks

Packages

No packages published