Skip to content

Commit

Permalink
adding codeclimate config file
Browse files Browse the repository at this point in the history
adding .codeclimate.yml config file for java PMD support
  • Loading branch information
teonimesic authored Nov 21, 2016
1 parent 413a4e3 commit 0330fcc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
engines:
pmd:
enabled: true
channel: "beta"

ratings:
paths:
- "**.java"

0 comments on commit 0330fcc

Please sign in to comment.