summaryrefslogtreecommitdiffstats
path: root/phpstan.neon
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:45:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:45:00 +0000
commit7c19368db58f16858fde7f1c5fe50c0d640c0482 (patch)
treeb416482e821607bcef8656c462d39ff995d65db0 /phpstan.neon
parentAdding upstream version 1.1.1. (diff)
downloadicingadb-web-7c19368db58f16858fde7f1c5fe50c0d640c0482.tar.xz
icingadb-web-7c19368db58f16858fde7f1c5fe50c0d640c0482.zip
Adding upstream version 1.1.2.upstream/1.1.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon8
1 files changed, 6 insertions, 2 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 4cfb7e5..a0656a4 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -1,5 +1,6 @@
includes:
- - phpstan-baseline.neon
+ - phpstan-baseline-standard.neon
+ - phpstan-baseline-by-php-version.php
parameters:
level: max
@@ -13,7 +14,9 @@ parameters:
- library
scanDirectories:
- - vendor
+ - /icingaweb2
+ - /usr/share/icinga-php
+ - /usr/share/icingaweb2-modules
ignoreErrors:
-
@@ -26,3 +29,4 @@ parameters:
- ipl\Orm\Model
- Icinga\Web\View
- Icinga\Data\ConfigObject
+ - Icinga\Module\Monitoring\Object\MonitoredObject