Skip to content

Commit

Permalink
Upgrade CodeClimate config to a newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Feb 8, 2018
1 parent 92c4d59 commit f509ae9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
engines:
version: 2
plugins:
duplication:
enabled: true
config:
Expand All @@ -15,12 +16,5 @@ engines:
enabled: true
rubocop:
enabled: true

ratings:
paths:
- Gemfile.lock
- "**.md"
- "**.rb"

exclude_paths:
- "spec/app/**/*"
exclude_patterns:
- "spec/"

0 comments on commit f509ae9

Please sign in to comment.