Skip to content

Commit

Permalink
Configure CodeClimate to use PMD
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Sep 28, 2017
1 parent faf4a8d commit f6258da
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
engines:
pmd:
enabled: true
config:
rules:
- "java-basic"
- "java-design"
- "java-empty"
- "java-naming"
- "java-optimization"
- "java-unnecessary"
- "java-unusedcode"
ratings:
paths:
- "**.java"

0 comments on commit f6258da

Please sign in to comment.