-
Notifications
You must be signed in to change notification settings - Fork 78
/
.codeclimate.yml
52 lines (52 loc) · 1.17 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
---
engines:
brakeman:
enabled: true
exclude_fingerprints:
- 6ad4464dbb2a999591c7be8346dc137c3372b280f4a8b0c024fef91dfebeeb83
- c05c1baf940f00a565ffe12f8b8a213fa06cebd734e0dae92057db28dc7c018b
- b388847a782f9d55d164f632b892125496082b9cfe5813720327ae6afbaf607b
- c7c241833ba150c2e4c72a26e1ac4d674230cb5e5c87322bedfe2b50dd09247d
duplication:
enabled: true
exclude_fingerprints:
- 3e30de88eb9d993e74c31d0309e13f7c
- 3fe527befeb3a1f8ac773f6393f75e0c
- 8173dcc032219344176991b7bafa15a6
- 8a7dae1e94950e59319a7cd259732bb4
- 941c94b2e2f00eee9dcceb7a1faeb92f
- 93db286dbc27996f277d7246f80afd8a
- 5b45a0b1e0e92099ae4725fdbfb8fd3f
config:
languages:
- ruby
- javascript
eslint:
enabled: true
exclude_fingerprints:
- 673b54674f33c17cc8d5683c1e469b15
config:
extensions:
- .es6
ignore_warnings: true
fixme:
enabled: false
rubocop:
enabled: true
coffeelint:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.rb"
- "**.js"
- "**.es6"
- "**.coffee"
- "**.rake"
- "**.scss"
exclude_paths:
- config/
- db/
- spec/
- vendor/