-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathgrumphp.yml
More file actions
34 lines (34 loc) · 773 Bytes
/
grumphp.yml
File metadata and controls
34 lines (34 loc) · 773 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
# grumphp.yml
grumphp:
tasks:
git_blacklist:
keywords:
- "var_dump("
- "<<<<<<< HEAD"
- "beapi.top"
- "beapi.space"
- "beapi.science"
- "beapi.xyz"
whitelist_patterns: []
triggered_by: ['php']
regexp_type: G
phplint:
exclude: ['vendor']
jobs: ~
triggered_by: ['php', 'phtml', 'php3', 'php4', 'php5', 'php7']
phpcs:
standard: ['phpcs.xml.dist']
triggered_by: [php]
composer:
no_check_all: true
no_check_publish: true
no_local_repository: true
jsonlint:
ignore_patterns: []
detect_key_conflicts: false
psalm:
config: psalm.xml
triggered_by: ['php']
show_info: true
testsuites: []
extensions: []