Skip to content

Commit 9d92062

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

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

.codeclimate.yml

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
languages:
2-
Ruby: true
3-
JavaScript: false
4-
PHP: false
51
engines:
2+
rubocop:
3+
enabled: true
4+
reek:
5+
enabled: true
6+
bundler-audit:
7+
enabled: true
8+
duplication:
9+
enabled: true
10+
config:
11+
languages:
12+
ruby:
13+
mass_threshold: 18
614
markdownlint:
715
enabled: true
16+
17+
ratings:
18+
paths:
19+
- Gemfile.lock
20+
- "**.rb"
21+
- "**.md"
22+
823
exclude_paths:
924
- "spec/app/**/*"

0 commit comments

Comments
 (0)