Skip to content

Commit 70ec2d8

Browse files
committed
Alphabetical order of engines in CodeClimate
1 parent 9ee641e commit 70ec2d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.codeclimate.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
engines:
2-
rubocop:
3-
enabled: true
4-
reek:
5-
enabled: true
62
duplication:
73
enabled: true
84
config:
95
languages:
106
ruby:
117
mass_threshold: 18
8+
flog:
9+
enabled: true
10+
git-legal:
11+
enabled: true
1212
markdownlint:
1313
enabled: true
14-
git-legal:
14+
reek:
15+
enabled: true
16+
rubocop:
1517
enabled: true
16-
flog:
17-
enabled: true
1818

1919
ratings:
2020
paths:
2121
- Gemfile.lock
22-
- "**.rb"
2322
- "**.md"
23+
- "**.rb"
2424

2525
exclude_paths:
2626
- "spec/app/**/*"

0 commit comments

Comments
 (0)