-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgrumphp.yml
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathgrumphp.yml
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
# grumphp.yml
grumphp:
tasks:
git_blacklist:
keywords:
- "var_dump("
- "console.log("
- "log("
- "<<<<<<< HEAD"
- "beapi.top"
- "beapi.space"
- "beapi.science"
- "beapi.xyz"
- "lndo.site"
whitelist_patterns: []
triggered_by: ['php', 'js', 'scss', 'css']
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
npm_script:
script: lint
triggered_by: ['js', 'scss']
working_directory: "./web/app/themes/theme-name" # Change theme name here
is_run_task: true
silent: false
testsuites: []
extensions: []