Remove the nice formatter for now
This commit is contained in:
16
phpstan.neon
16
phpstan.neon
@@ -1,13 +1,13 @@
|
|||||||
# PHP Stan Config
|
# PHP Stan Config
|
||||||
includes:
|
includes:
|
||||||
- phpstan-conditional.php
|
- phpstan-conditional.php
|
||||||
- ./vendor/yamadashy/phpstan-friendly-formatter/extension.neon
|
#- ./vendor/yamadashy/phpstan-friendly-formatter/extension.neon
|
||||||
parameters:
|
parameters:
|
||||||
tmpDir: %currentWorkingDirectory%/tmp/phpstan-corelibs
|
tmpDir: %currentWorkingDirectory%/tmp/phpstan-corelibs
|
||||||
errorFormat: friendly
|
#errorFormat: friendly
|
||||||
friendly:
|
#friendly:
|
||||||
lineBefore: 5
|
# lineBefore: 3
|
||||||
lineAfter: 3
|
# lineAfter: 3
|
||||||
level: 8 # max is now 9
|
level: 8 # max is now 9
|
||||||
# strictRules:
|
# strictRules:
|
||||||
# allRules: true
|
# allRules: true
|
||||||
@@ -60,6 +60,6 @@ parameters:
|
|||||||
# paths:
|
# paths:
|
||||||
# - ...
|
# - ...
|
||||||
# - ...
|
# - ...
|
||||||
-
|
# -
|
||||||
message: "#^Call to deprecated method #"
|
# message: "#^Call to deprecated method #"
|
||||||
path: www/admin/class_test*.php
|
# path: www/admin/class_test*.php
|
||||||
|
|||||||
Reference in New Issue
Block a user