UNPKG

516 BYAMLView Raw
1---
2engines:
3 brakeman:
4 enabled: true
5 checks:
6 CVE_2015_3227:
7 enabled: false
8 bundler-audit:
9 enabled: true
10 duplication:
11 enabled: true
12 config:
13 languages:
14 - ruby
15 - javascript
16 - python
17 - php
18 fixme:
19 enabled: true
20 rubocop:
21 enabled: true
22ratings:
23 paths:
24 - Gemfile.lock
25 - "**.erb"
26 - "**.haml"
27 - "**.rb"
28 - "**.rhtml"
29 - "**.slim"
30 - "**.inc"
31 - "**.js"
32 - "**.jsx"
33 - "**.module"
34 - "**.php"
35 - "**.py"
36exclude_paths:
37- spec/