-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.sourcelevel.yml
49 lines (49 loc) · 891 Bytes
/
.sourcelevel.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
---
styleguide: kf8a/linters
engines:
reek:
enabled: true
fixme:
enabled: true
eslint:
enabled: true
csslint:
enabled: true
rubocop:
enabled: true
brakeman:
enabled: true
channel: latest
scss-lint:
enabled: true
coffeelint:
enabled: true
duplication:
config:
languages:
- ruby
enabled: true
remark-lint:
enabled: true
bundler-audit:
enabled: true
exclude_paths:
- bin
- config
- db
- features
- public
- script
- spec
- test
- vendor
- doc
- app/assets/javascripts/d3.js
- app/assets/javascripts/protovis-d3.2.js
- app/assets/javascripts/jquery.jstree.js
- app/assets/javascripts/jquery.comboselect.js
- app/assets/javascripts/themes
- app/assets/javascripts/application.js
- app/assets/javascripts/jquery.truncator.js
- app/assets/javascripts/jquery.selso.js
- app/assets/javascripts/jquery.quickTree.js