Skip to content

Commit dc311a1

Browse files
author
Zuzanna Stolińska
committed
Add Codeclimate config
1 parent 26436db commit dc311a1

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

Diff for: .codeclimate.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
engines:
3+
brakeman:
4+
enabled: true
5+
bundler-audit:
6+
enabled: true
7+
csslint:
8+
enabled: false
9+
duplication:
10+
enabled: true
11+
config:
12+
languages:
13+
- ruby
14+
eslint:
15+
enabled: false
16+
fixme:
17+
enabled: true
18+
rubocop:
19+
enabled: true
20+
ratings:
21+
paths:
22+
- Gemfile.lock
23+
- "**.erb"
24+
- "**.haml"
25+
- "**.rb"
26+
- "**.rhtml"
27+
- "**.slim"
28+
- "**.css"
29+
- "**.inc"
30+
- "**.js"
31+
- "**.jsx"
32+
- "**.module"
33+
- "**.php"
34+
- "**.py"
35+
exclude_paths:
36+
- config/
37+
- test/
38+
- app/assets

0 commit comments

Comments
 (0)