-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
71 lines (68 loc) · 1.41 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
engines:
fixme:
enabled: true
config:
strings:
- FIXME
- BUG
- '@todo'
- todo
phpcodesniffer:
enabled: true
config:
standard: "PSR1,PSR2"
checks:
PSR1 Classes ClassDeclaration MissingNamespace:
enabled: false
PSR1 Files SideEffects FoundWithSymbols:
enabled: false
duplication:
enabled: false
ratings:
paths:
- '**.php'
- '**.js'
- '**.css'
exclude_paths:
- cli-config.php
- app/cache/
- app/logs/
- app/config/
- app/Migrations/
- app/Resources/
- main/admin/db.php
- main/auth/cas/lib/CAS/
- main/auth/shibboleth
- main/auth/openid
- main/inc/lib/browser/
- main/inc/lib/freemindflashbrowser/
- main/inc/lib/internationalization_database/
- main/inc/lib/javascript/
- main/inc/lib/kses-0.2.2/
- main/inc/lib/mimetex/
- main/inc/lib/nanogong/
- main/inc/lib/nusoap/
- main/inc/lib/ppt2png/
- main/inc/lib/pear/
- main/inc/lib/phpmailer/
- main/inc/lib/phpseclib/
- main/inc/lib/svg-edit/
- main/inc/lib/swfobject/
- main/inc/lib/wami-recorder/
- main/inc/lib/xajax/
- main/lp/packaging/
- main/template/
- main/img/
- main/lang/
- plugin/buycourses/src/Culqi/
- plugin/buycourses/src/Requests/
- plugin/buycourses/src/Requests.php
- plugin/buycourses/src/paypalfunctions.php
- plugin/kannelsms/vendor/
- plugin/clockworksms/vendor/
- plugin/pens/lib
- plugin/bbb/lib/bbb_api.php
- plugin/ims_lti/OAuthSimple.php
- tests/
- vendor/
- web/