-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgrumphp.yml
54 lines (54 loc) · 1.16 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
45
46
47
48
49
50
51
52
53
54
---
# grumphp.yml
grumphp:
ascii:
failed:
succeeded:
tasks:
# Confirm composer file is valid after changes.
composer:
file: ./composer.json
no_check_all: true
no_check_publish: true
git_blacklist:
keywords:
- "<<<<<<< HEAD"
- "======="
- ">>>>>>>"
- "die\\("
- "var_dump\\("
- "syslog\\("
- "print_r\\("
- "dpm\\("
- "\\{\\{ debug\\(\\) \\}\\}"
whitelist_patterns:
- /^((?!grumphp.yml).)*$/
- /^web\/themes\/custom\/(.*)/
ignore_patterns:
- /^config\/sync\/webform(.*)/
triggered_by:
- inc
- install
- js
- css
- scss
- lock
- module
- php
- profile
- test
- theme
- yml
regexp_type: E
# Lint our JSON files.
jsonlint: ~
# For phpstan configuration see phpstan.neon.dist.
phpstan:
# For phpcs configuration: see phpcs.xml.dist.
phpcs:
# Lint our YAML files.
yamllint: ~
# Run Enlightn Security Checker.
securitychecker_enlightn:
lockfile: ./composer.lock
run_always: false