-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codeclimate.yml
58 lines (58 loc) · 1.21 KB
/
.codeclimate.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
---
engines:
brakeman:
enabled: true
exclude_fingerprints
- f1aa7cb937ae65c16975340212ddbe79
- e8b778522f85ba63a42a835a5cbf8b53
- 236bd5b52b891f6b6d6c2aae71b67c42
- ff169bcd7931f36bb8d533aae7ed155b
- 5a5e3bf581040648d6e26fc1b57197f3
- 36261b85d1d3fa1548b6de3b4d856baf
- 1311dc048ece3748e3ad3cce7e2731bb
- b6947e0be65f7c6ff5c10b6b2fb09770
- 12f5981fd570721ad4ab4ea664dda9cf
- 093f53b381561ca747e07ceb16a0ee0e
- c06f096cb7d4d8ddcbaa2e2cb7e86e03
- 1fc11cd1d77395d6e6047444b3c6f1c1
- 984b506c4c5f221499dd7574e3d8506c
- 05c4425d1c5a4f5ccccc26adcc24d91e
- c18330517540e9bd4dd3c5c61cd7b600
- 6300e6283758df32659f71b3ae03418e
- 49c0b2e0ab9cb53e4a45759373a71637
bundler-audit:
enabled: true
coffeelint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.coffee"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
exclude_paths:
- config/
- db/
- test/
- vendor/