Skip to content

Commit 62a5682

Browse files
committed
Update .codeclimate.yml
1 parent bcbd008 commit 62a5682

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.codeclimate.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
engines:
33
rubocop:
44
enabled: true
5+
checks:
6+
Rubocop/Style/FrozenStringLiteralComment:
7+
enabled: false
8+
Rubocop/Style/PercentLiteralDelimiters:
9+
enabled: false
10+
Rubocop/Lint/UnderscorePrefixedVariableName:
11+
enabled: false
512
duplication:
613
enabled: true
714
config:
@@ -10,6 +17,7 @@ engines:
1017
exclude_paths:
1118
- "benchmarks/**/*"
1219
- "spec/**/*"
20+
- "lib/tasks/**/*"
1321
ratings:
1422
paths:
1523
- "lib/**/*"

0 commit comments

Comments
 (0)