Added .codeclimate.yml for static code analysis

This commit is contained in:
Michael Rausch
2017-05-10 11:56:18 +12:00
parent 2cb09b81f8
commit cdd80af27b
+17
View File
@@ -0,0 +1,17 @@
engines:
pmd:
enabled: true
channel: "beta"
fixme:
enabled: true
config:
strings:
- FIXME
- TODO
- BUG
- FIX
ratings:
paths:
- "**.java"