-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml
More file actions
34 lines (34 loc) · 792 Bytes
/
grumphp.yml
File metadata and controls
34 lines (34 loc) · 792 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
parameters:
git_dir: .
bin_dir: ./vendor/bin
tasks:
jsonlint: ~
phpcsfixer2:
config: "./.php_cs"
allow_risky: true
# rules:
# - "@@Symfony"
# - "@@Symfony:risky"
# - array_syntax
# - combine_consecutive_unsets
# - no_extra_consecutive_blank_lines
# - no_useless_else
# - no_useless_return
# - ordered_class_elements
# - ordered_imports
# - php_unit_strict
# - psr4
# - strict_comparison
# - strict_param
using_cache: false
config_contains_finder: false
phplint: ~
phpmd:
ruleset: ['unusedcode', 'codesize']
phpparser: ~
phpspec: ~
shell: ~
xmllint: ~
yamllint:
parse_custom_tags: true
xdebugparse: ~