mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-18 23:16:16 -05:00
34 lines
789 B
Text
34 lines
789 B
Text
includes:
|
|
- phpstan-baseline-standard.neon
|
|
- phpstan-baseline-by-php-version.php
|
|
|
|
parameters:
|
|
level: max
|
|
|
|
checkFunctionNameCase: true
|
|
checkInternalClassCaseSensitivity: true
|
|
treatPhpDocTypesAsCertain: false
|
|
|
|
paths:
|
|
- application
|
|
- library
|
|
|
|
scanDirectories:
|
|
- /icingaweb2
|
|
- /usr/share/icinga-php
|
|
- /usr/share/icingaweb2-modules
|
|
|
|
excludePaths:
|
|
- library/Businessprocess/Test
|
|
|
|
ignoreErrors:
|
|
-
|
|
messages:
|
|
- '#Unsafe usage of new static\(\)#'
|
|
- '#. but return statement is missing#'
|
|
reportUnmatched: false
|
|
|
|
universalObjectCratesClasses:
|
|
- Icinga\Web\View
|
|
- ipl\Orm\Model
|
|
- Icinga\Module\Monitoring\Object\MonitoredObject
|