mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Merge branch 'merge_request_test' into 'master'
Added .codeclimate.yml for static code analysis See merge request !26
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
engines:
|
||||
pmd:
|
||||
enabled: true
|
||||
channel: "beta"
|
||||
|
||||
fixme:
|
||||
enabled: true
|
||||
config:
|
||||
strings:
|
||||
- FIXME
|
||||
- TODO
|
||||
- BUG
|
||||
- FIX
|
||||
|
||||
ratings:
|
||||
paths:
|
||||
- "**.java"
|
||||
Reference in New Issue
Block a user