]> arthur.barton.de Git - netdata.git/blob - .codeclimate.yml
add/update codeclimate config files
[netdata.git] / .codeclimate.yml
1 ---
2 engines:
3   csslint:
4     enabled: true
5   duplication:
6     enabled: true
7     config:
8       languages:
9       - ruby
10       - javascript
11       - python
12       - php
13   eslint:
14     enabled: true
15   fixme:
16     enabled: true
17   phpmd:
18     enabled: true
19   radon:
20     enabled: true
21 ratings:
22   paths:
23   - "**.css"
24   - "**.inc"
25   - "**.js"
26   - "**.jsx"
27   - "**.module"
28   - "**.php"
29   - "**.py"
30   - "**.rb"
31 exclude_paths:
32 - .gitignore
33 - conf.d/
34 - hooks/
35 - tests/
36 - m4/
37 - web/css/
38 - web/lib/
39 - web/fonts/
40 - web/old/
41 - python.d/python_modules/pyyaml2/
42 - python.d/python_modules/pyyaml3/
43 - node.d/node_modules/ber/
44 - node.d/node_modules/asn1.js
45 - node.d/node_modules/extend.js
46 - node.d/node_modules/pixl-xml.js
47 - node.d/node_modules/net-snmp.js