mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
phpstan: Add icingadb module
This commit is contained in:
parent
d30a56a385
commit
147170e58a
1
.github/workflows/php.yml
vendored
1
.github/workflows/php.yml
vendored
@ -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-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/icingadb-web.git /usr/share/icingaweb2-modules/icingadb
|
||||
|
||||
- name: Setup Incubator
|
||||
run: |
|
||||
|
@ -21,6 +21,7 @@ parameters:
|
||||
- /usr/share/icinga-php
|
||||
- /usr/share/icingaweb2-modules/incubator
|
||||
- /usr/share/icingaweb2-modules/cube
|
||||
- /usr/share/icingaweb2-modules/icingadb
|
||||
|
||||
excludePaths:
|
||||
- library/Director/CoreBeta
|
||||
@ -33,3 +34,4 @@ parameters:
|
||||
- Icinga\Module\Monitoring\DataView\DataView
|
||||
- Icinga\Web\Session\SessionNamespace
|
||||
- Icinga\User\Preferences
|
||||
- ipl\Orm\Model
|
||||
|
Loading…
x
Reference in New Issue
Block a user