forked from Metadrop/drupal-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
grumphp.yml
42 lines (42 loc) · 831 Bytes
/
grumphp.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
grumphp:
git_hook_variables:
EXEC_GRUMPHP_COMMAND: docker-compose run --rm -T php
extensions:
- GrumphpDrupalCheck\ExtensionLoader
hooks_dir: ~
tasks:
git_commit_message:
enforce_no_subject_trailing_period: true
max_subject_width: 130
case_insensitive: false
phplint: ~
yamllint: ~
composer: ~
jsonlint: ~
drupalcheck: ~
phpcpd:
directory:
- ./docroot/**/custom
triggered_by:
- php
- inc
- module
- install
- profile
- theme
phpcs:
encoding: utf-8
triggered_by:
- php
- inc
- module
- install
- profile
- theme
- feature
- info
- txt
- md
- js
- test
standard: Drupal,DrupalPractice