Skip to content

Commit

Permalink
Update .codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Sep 19, 2017
1 parent bcbd008 commit 62a5682
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
Expand Up @@ -2,6 +2,13 @@
engines:
rubocop:
enabled: true
checks:
Rubocop/Style/FrozenStringLiteralComment:
enabled: false
Rubocop/Style/PercentLiteralDelimiters:
enabled: false
Rubocop/Lint/UnderscorePrefixedVariableName:
enabled: false
duplication:
enabled: true
config:
Expand All @@ -10,6 +17,7 @@ engines:
exclude_paths:
- "benchmarks/**/*"
- "spec/**/*"
- "lib/tasks/**/*"
ratings:
paths:
- "lib/**/*"

0 comments on commit 62a5682

Please sign in to comment.