phpmyadmin/phpstan.neon.dist
Maurício Meneghini Fauth ec22dd707a Downgrade PHPStan to 0.11
Increases level to max and adds the current errors as a baseline.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-09 20:47:33 -03:00

16 lines
494 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- %rootDir%/../../../
bootstrap: %rootDir%/../../../test/bootstrap-phpstan.php
reportUnmatchedIgnoredErrors: true
inferPrivatePropertyTypeFromConstructor: true
excludes_analyse:
- %rootDir%/../../../examples/openid.php
- %rootDir%/../../../node_modules/*
- %rootDir%/../../../test/sami-config.php
- %rootDir%/../../../tmp/*
- %rootDir%/../../../vendor/*