Skip to content

Commit 372b497

Browse files
committed
Add codeclimate
1 parent 4856185 commit 372b497

File tree

4 files changed

+1175
-0
lines changed

4 files changed

+1175
-0
lines changed

.codeclimate.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
engines:
3+
duplication:
4+
enabled: true
5+
config:
6+
languages:
7+
- ruby
8+
fixme:
9+
enabled: true
10+
rubocop:
11+
enabled: true
12+
ratings:
13+
paths:
14+
- "**.rb"
15+
exclude_paths:
16+
- spec/

0 commit comments

Comments
 (0)