mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-03-24 19:35:03 -04:00
31 lines
742 B
Text
31 lines
742 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
|
|
|
|
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
|