-
Notifications
You must be signed in to change notification settings - Fork 2
/
grumphp.yml
44 lines (44 loc) · 1.33 KB
/
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
43
44
grumphp:
additional_info: "\nVisit https://github.com/e0ipso/travis-drupal-module#readme for documentation!\n"
stop_on_failure: false
ignore_unstaged_changes: false
hide_circumvention_tip: false
process_timeout: 60
tasks:
yamllint: ~
composer: ~
composer_normalize: ~
jsonlint: ~
git_commit_message:
enforce_capitalized_subject: false
type_scope_conventions:
- types: ['build', 'ci', 'chore', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test']
- scopes: ['schema', 'form', 'drupal', 'api']
max_subject_width: 50
enforce_no_subject_punctuations: true
enforce_no_subject_trailing_period: true
git_branch_name:
whitelist:
- '/((build|ci|chore|docs|feat|fix|perf|refactor|revert|style|test)\/[a-z0-9-]+|8.x-[0-9]+.x|master)/'
allow_detached_head: true
phpcs: ~
phpmd:
ruleset: [cleancode, codesize, design, naming, unusedcode]
triggered_by:
- php
- module
phpparser:
visitors:
no_exit_statements: ~
never_use_else: ~
forbidden_function_calls:
blacklist: [var_dump]
metadata:
priority: 100000
securitychecker_enlightn:
lockfile: ./composer.lock
run_always: false
phplint: ~
ascii:
failed: failed.txt
succeeded: succeeded.txt