Skip to content

Commit 85fae38

Browse files
committed
Tweak Scrutinizr and Code Climate config.
1 parent e93a17b commit 85fae38

File tree

3 files changed

+1131
-0
lines changed

3 files changed

+1131
-0
lines changed

.codeclimate.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
3+
engines:
4+
csslint:
5+
enabled: false
6+
duplication:
7+
enabled: true
8+
config:
9+
languages:
10+
- ruby
11+
eslint:
12+
enabled: false
13+
fixme:
14+
enabled: true
15+
rubocop:
16+
enabled: true
17+
ratings:
18+
paths:
19+
- "**.rb"
20+
exclude_paths:
21+
- build/
22+
- coverage/
23+
- doc/
24+
- spec/

0 commit comments

Comments
 (0)