phpstan: Add icingadb module

This commit is contained in:
Sukhwinder Dhillon 2023-12-04 10:15:49 +01:00
parent d30a56a385
commit 147170e58a
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ jobs:
sudo git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-thirdparty.git /usr/share/icinga-php/vendor sudo git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-thirdparty.git /usr/share/icinga-php/vendor
sudo git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-library.git /usr/share/icinga-php/ipl sudo git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-library.git /usr/share/icinga-php/ipl
sudo git clone --depth 1 https://github.com/Icinga/icingaweb2-module-cube.git /usr/share/icingaweb2-modules/cube sudo git clone --depth 1 https://github.com/Icinga/icingaweb2-module-cube.git /usr/share/icingaweb2-modules/cube
sudo git clone --depth 1 https://github.com/Icinga/icingadb-web.git /usr/share/icingaweb2-modules/icingadb
- name: Setup Incubator - name: Setup Incubator
run: | run: |

View File

@ -21,6 +21,7 @@ parameters:
- /usr/share/icinga-php - /usr/share/icinga-php
- /usr/share/icingaweb2-modules/incubator - /usr/share/icingaweb2-modules/incubator
- /usr/share/icingaweb2-modules/cube - /usr/share/icingaweb2-modules/cube
- /usr/share/icingaweb2-modules/icingadb
excludePaths: excludePaths:
- library/Director/CoreBeta - library/Director/CoreBeta
@ -33,3 +34,4 @@ parameters:
- Icinga\Module\Monitoring\DataView\DataView - Icinga\Module\Monitoring\DataView\DataView
- Icinga\Web\Session\SessionNamespace - Icinga\Web\Session\SessionNamespace
- Icinga\User\Preferences - Icinga\User\Preferences
- ipl\Orm\Model