Skip to content

Commit 5e67861

Browse files
committed
Enable more code-climate engines (rubocop, reek, bundler-audit, duplication)
1 parent fcf2684 commit 5e67861

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

.codeclimate.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
languages:
2-
Ruby: true
3-
JavaScript: false
4-
PHP: false
51
engines:
2+
rubocop:
3+
enabled: true
4+
reek:
5+
enabled: true
6+
duplication:
7+
enabled: true
8+
config:
9+
languages:
10+
ruby:
11+
mass_threshold: 18
612
markdownlint:
713
enabled: true
14+
15+
ratings:
16+
paths:
17+
- Gemfile.lock
18+
- "**.rb"
19+
- "**.md"
20+
821
exclude_paths:
922
- "spec/app/**/*"

0 commit comments

Comments
 (0)