forked from thinktandem/template-drupal8
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codeclimate.yml
More file actions
37 lines (37 loc) · 736 Bytes
/
Copy path.codeclimate.yml
File metadata and controls
37 lines (37 loc) · 736 Bytes
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
---
checks:
argument-count:
enabled: false
method-lines:
config:
threshold: 40
method-complexity:
config:
threshold: 8
plugins:
phpmd:
enabled: true
config:
file_extensions: "php,inc,module,install,theme"
rulesets: ".phpmd.xml"
checks:
Controversial/Superglobals:
enabled: false
phpcodesniffer:
enabled: true
config:
file_extensions: "php,inc,module,install,theme"
encoding: utf-8
standard: "Drupal"
ignore_warnings: true
exclude_patterns:
- web/modules/contrib/
- web/themes/contrib/
- drush/
- scripts/
- load.environment.php
- web/*.php
- web/.ht.router.php
- web/sites/*.php
- web/sites/default/*.php
- tests