A PMD Ruleset for Java
Find a file
Paul Campbell e2a131e908 The new Java rule FieldNamingConventions (java-codestyle)
Detects field names that don't comply to a given convention. It defaults to
standard Java convention of using camelCase, but can be configured with ease for
e.g. constants or static fields.
2018-09-03 08:56:50 +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 FieldNamingConventions (java-codestyle) 2018-09-03 08:56:50 +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