-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.codeclimate.yml
More file actions
46 lines (41 loc) · 875 Bytes
/
.codeclimate.yml
File metadata and controls
46 lines (41 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
version: "2"
checks:
method-complexity:
config:
threshold: 7
engines:
brakeman:
enabled: true
grep:
enabled: true
config:
patterns:
no-trailing-whitespace:
pattern: \s*$
annotation: "Don't leave trailing whitespace"
severity: minor
categories: Style
path_patterns:
- "**.builder"
- "**.coffee"
- "**.css"
- "**.development"
- "**.erb"
- "**.html"
- "**.jbuilder"
- "**.js"
- "**.lock"
- "**.md"
- "**.rake"
- "**.rb"
- "**.ru"
- "**.sass"
- "**.scss"
- "**.sh"
- "**.sql"
- "**.txt"
- "**.xml"
- "**.yml"
rubocop:
enabled: true