forked from BeAPI/beapi-frontend-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
29 lines (29 loc) · 651 Bytes
/
grumphp.yml
File metadata and controls
29 lines (29 loc) · 651 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
# grumphp.yml
grumphp:
tasks:
git_blacklist:
keywords:
- "var_dump("
- "<<<<<<< HEAD"
whitelist_patterns: []
triggered_by: ['php']
regexp_type: G
phplint:
exclude: ['vendor']
jobs: ~
triggered_by: ['php', 'phtml', 'php3', 'php4', 'php5', 'php7']
phpcs:
standard: ['phpcs.xml']
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']
testsuites: []
extensions: []