-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgrumphp.yml
More file actions
executable file
·28 lines (28 loc) · 927 Bytes
/
grumphp.yml
File metadata and controls
executable file
·28 lines (28 loc) · 927 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
grumphp:
stop_on_failure: true
ascii:
failed: ~
succeeded: ~
tasks:
php_compatibility:
run_on: ['src', 'tests']
phpcs:
run_on: ['src', 'tests']
php_stan:
run_on: ['src']
configuration: phpstan.neon
yaml_lint: ~
json_lint: ~
phpunit: ~
php_check_syntax: ~
#psalm: ~
extensions:
- Wunderio\GrumPHP\Task\PhpCompatibility\PhpCompatibilityExtensionLoader
- Wunderio\GrumPHP\Task\PhpCheckSyntax\PhpCheckSyntaxExtensionLoader
- Wunderio\GrumPHP\Task\CheckFilePermissions\CheckFilePermissionsExtensionLoader
- Wunderio\GrumPHP\Task\Ecs\EcsExtensionLoader
- Wunderio\GrumPHP\Task\Phpcs\PhpcsExtensionLoader
- Wunderio\GrumPHP\Task\PhpStan\PhpStanExtensionLoader
- Wunderio\GrumPHP\Task\YamlLint\YamlLintExtensionLoader
- Wunderio\GrumPHP\Task\JsonLint\JsonLintExtensionLoader
#- Wunderio\GrumPHP\Task\Psalm\PsalmExtensionLoader