Skip to content

Commit f509ae9

Browse files
committed
Upgrade CodeClimate config to a newer version
1 parent 92c4d59 commit f509ae9

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.codeclimate.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
engines:
1+
version: 2
2+
plugins:
23
duplication:
34
enabled: true
45
config:
@@ -15,12 +16,5 @@ engines:
1516
enabled: true
1617
rubocop:
1718
enabled: true
18-
19-
ratings:
20-
paths:
21-
- Gemfile.lock
22-
- "**.md"
23-
- "**.rb"
24-
25-
exclude_paths:
26-
- "spec/app/**/*"
19+
exclude_patterns:
20+
- "spec/"

0 commit comments

Comments
 (0)