Kotlin Friendly Checkstyle Checks

Checkstyle rules that highlight potential problems with a Java library that may make it unfriendly to Kotlin consumers.

License

License

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.kiiadi.ktfriendly
ArtifactId

ArtifactId

checkstyle
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Kotlin Friendly Checkstyle Checks
Checkstyle rules that highlight potential problems with a Java library that may make it unfriendly to Kotlin consumers.
Project URL

Project URL

https://github.com/kiiadi/kotlin-friendly-linters
Source Code Management

Source Code Management

https://github.com/kiiadi/kotlin-friendly-linters

Download checkstyle

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.51
com.puppycrawl.tools : checkstyle jar 8.12

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.puppycrawl.tools : checkstyle jar 8.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1