Skip to content

Commit

Permalink
Fix codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeramsden committed Jan 3, 2017
1 parent 4561ba2 commit 9533069
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .codeclimate.yml
@@ -1,9 +1,15 @@
engines:
fixme:
enabled: true
pmd:
enabled: true
channel: "beta"

ratings:
paths: []
paths:
- "**.java"

exclude_paths:
- "/.idea/"
- "/app/.idea/"
- "/app/src/assets/"
- "/app/src/main/assets/"

0 comments on commit 9533069

Please sign in to comment.