Checkstyle

Checkstyle configuration for BITMC Java style

License

License

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.bitmc
ArtifactId

ArtifactId

checkstyle
Last Version

Last Version

8.39.0
Release Date

Release Date

Type

Type

jar
Description

Description

Checkstyle
Checkstyle configuration for BITMC Java style
Project URL

Project URL

https://github.com/bitmc/checkstyle
Project Organization

Project Organization

BITMC
Source Code Management

Source Code Management

https://github.com/bitmc/checkstyle

Download checkstyle

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.bitmc/checkstyle/ -->
<dependency>
    <groupId>com.github.bitmc</groupId>
    <artifactId>checkstyle</artifactId>
    <version>8.39.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bitmc/checkstyle/
implementation 'com.github.bitmc:checkstyle:8.39.0'
// https://jarcasting.com/artifacts/com.github.bitmc/checkstyle/
implementation ("com.github.bitmc:checkstyle:8.39.0")
'com.github.bitmc:checkstyle:jar:8.39.0'
<dependency org="com.github.bitmc" name="checkstyle" rev="8.39.0">
  <artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bitmc', module='checkstyle', version='8.39.0')
)
libraryDependencies += "com.github.bitmc" % "checkstyle" % "8.39.0"
[com.github.bitmc/checkstyle "8.39.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

Project Modules

There are no modules declared in this project.

Checkstyle

github actions maven central

Usage

IDE

  • Checkout the repository and import configuration into your IDE.
     checkstyle/src/main/resources/com/github/bitmc/checkstyle/checks.xml

Maven

  • Add a dependency in your POM.
     <plugin>
     	<groupId>org.apache.maven.plugins</groupId>
     	<artifactId>maven-checkstyle-plugin</artifactId>
     	<version>3.1.1</version>
     	<configuration>
     		<configLocation>com/github/bitmc/checkstyle/checks.xml</configLocation>
     	</configuration>
     	<dependencies>
     		<dependency>
     			<groupId>com.puppycrawl.tools</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.39</version>
     		</dependency>
     		<dependency>
     			<groupId>com.github.bitmc</groupId>
     			<artifactId>checkstyle</artifactId>
     			<version>8.39.0</version>
     		</dependency>
     	</dependencies>
     </plugin>

License

  • Apache License 2.0
com.github.bitmc

BITMC

Versions

Version
8.39.0
8.38.1
8.38.0
8.35.0