forked from AutolabJS/AutolabJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codeclimate.yml
46 lines (46 loc) · 886 Bytes
/
.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
---
engines:
shellcheck:
enabled: true
checkstyle:
enabled: true
channel: "beta"
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
config:
config: .eslintrc
fixme:
enabled: true
ratings:
paths:
- "**.java"
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.sh"
exclude_paths:
- "**.md"
- "**.txt"
- "**.json"
- docs/examples/unit_tests/author_solution/java/lib/
- deploy/ansible_plugins/human_log.py
- deploy/plays/helper_scripts/wait-for-it.sh
- main_server/public/fonts/
- main_server/public/font/
- main_server/public/css/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2
- main_server/public/css/icon.css
- tests/functional_tests/data/
- tests/deployment_tests/data/
- tests/test_modules/data/