A PMD Ruleset for Java
Find a file
Paul Campbell 0609e158f7 The new Java rule LinguisticNaming (java-codestyle)
Detects cases, when a method name indicates it returns a boolean (such as
isSmall()) but it doesn't. Besides method names, the rule also checks field and
variable names. It also checks, that getters return something but setters won't.
The rule has several properties with which it can be customized.
2018-09-03 08:57:37 +01:00
.mvn/wrapper Add maven wrapper 3.5.2 2018-02-19 23:04:19 +00:00
src/main/resources/net/kemitix/pmd The new Java rule LinguisticNaming (java-codestyle) 2018-09-03 08:57:37 +01:00
.gitignore Ignore pom version backups 2018-02-20 20:57:41 +00:00
.travis.yml travis: remove deploy 2018-03-07 19:00:33 +00:00
CHANGELOG Update CHANGELOG for 0.3.0 2018-07-07 12:20:35 +01:00
codesigning.asc.enc travis: add codesigining 2018-02-20 21:05:22 +00:00
Jenkinsfile.groovy jenkins: deploy only from published github release branch 2018-07-07 12:04:50 +01:00
kemitix-pmd-ruleset.iml Update iml 2018-03-07 19:00:33 +00:00
mvnw Add maven wrapper 3.5.2 2018-02-19 23:04:19 +00:00
mvnw.cmd Add maven wrapper 3.5.2 2018-02-19 23:04:19 +00:00
pom.xml Remove unused tiles build plugin 2018-07-03 17:18:58 +01:00
README.md README: add nexus and maven central release badges 2018-07-05 07:00:46 +01:00

Kemitix PMD Rulset

A PMD Ruleset for Java.

Sonatype Nexus (Releases) Maven Central