Stop using grunt and use grumphp and robo instead
This commit is contained in:
parent
b7fc304375
commit
2f3ab77e8b
16 changed files with 1590 additions and 2430 deletions
16
grumphp.yml
Normal file
16
grumphp.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
parameters:
|
||||
ascii: ~
|
||||
tasks:
|
||||
jsonlint: ~
|
||||
xmllint: ~
|
||||
yamllint: ~
|
||||
phpcs:
|
||||
standard: PSR12
|
||||
ignore_patterns:
|
||||
- RoboFile.php
|
||||
phpstan:
|
||||
level: max
|
||||
configuration: phpstan.neon
|
||||
ignore_patterns:
|
||||
- RoboFile.php
|
Loading…
Add table
Add a link
Reference in a new issue