icingaweb2-module-graphite/phpstan.neon
2023-08-30 13:33:36 +02:00

28 lines
617 B
Text

includes:
- phpstan-baseline.neon
parameters:
level: max
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
treatPhpDocTypesAsCertain: false
paths:
- application
- library
scanDirectories:
- vendor
ignoreErrors:
-
messages:
- '#Unsafe usage of new static\(\)#'
- '#. but return statement is missing#'
reportUnmatched: false
universalObjectCratesClasses: # to ignore magic property errors
- ipl\Orm\Model
- Icinga\Web\View
- Icinga\Data\ConfigObject