-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
86 lines (86 loc) · 2.07 KB
/
grumphp.yml
File metadata and controls
86 lines (86 loc) · 2.07 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
grumphp:
ascii:
failed: assets/grumphp/pixel-bad.txt
succeeded: assets/grumphp/pixel-good.txt
fixer:
enabled: false
parallel:
enabled: true
max_workers: 16
process_timeout: 1800
stop_on_failure: false
tasks:
composer: ~
composer_normalize: ~
composer_install_check:
script: './bin/composer_install_check.sh'
metadata:
priority: 900
jsonlint: ~
phpunit:
always_execute: true
config_file: phpunit.xml
phpcs:
standard: 'phpcs.xml.dist'
tab_width: 4
whitelist_patterns: [ ]
encoding: utf-8
ignore_patterns: [
'tests/Functional',
]
sniffs: [ ]
triggered_by: [ 'php' ]
show_sniffs_error_path: true
phpcsfixer2:
cache_file: '.php-cs-fixer.cache'
allow_risky: true
config: '.php-cs-fixer.dist.php'
using_cache: true
config_contains_finder: true
verbose: false
diff: true
triggered_by: [ 'php' ]
phplint: ~
phpmd_extended:
ruleset: [ 'phpmd.dist.xml' ]
phpparser:
ignore_patterns: [ ]
php_version: '8.3'
visitors:
declare_strict_types: ~
no_exit_statements: ~
never_use_else: ~
forbidden_class_method_calls:
blacklist:
- '$dumper->dump'
forbidden_function_calls:
blacklist:
- 'var_dump'
- 'dd'
- 'dump'
forbidden_static_method_calls:
blacklist:
- 'Dumper::dump'
triggered_by: [ 'php' ]
phpstan_extended:
chunk_size: 500
autoload_file: ~
configuration: 'phpstan.dist.neon'
level: max
memory_limit: "-1"
ignore_patterns: [
'tests/',
]
triggered_by: [ 'php' ]
xmllint_extended:
ignore_patterns: [ ]
load_from_net: true
x_include: true
dtd_validation: true
scheme_validation: true
triggered_by: [ 'xml' ]
yamllint:
parse_constant: true
parse_custom_tags: true
extensions:
- PixelFederation\CodingStandards\GrumPHP\ExtensionLoader