diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:45:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:45:00 +0000 |
commit | 260bd89dc5a1b971e9c545ea0822d7b294538cfc (patch) | |
tree | 750aa3e132390af611951c3910067e375f5458f4 /phpstan.neon | |
parent | Adding debian version 1.1.1-1. (diff) | |
download | icingadb-web-260bd89dc5a1b971e9c545ea0822d7b294538cfc.tar.xz icingadb-web-260bd89dc5a1b971e9c545ea0822d7b294538cfc.zip |
Merging upstream version 1.1.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'phpstan.neon')
-rw-r--r-- | phpstan.neon | 8 |
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 |