From 40f896253ab64f70e86947afdd0a05380d2220e9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 9 Feb 2024 15:37:59 +0100 Subject: [PATCH] wip --- .github/workflows/php.yml | 1 + phpstan.neon | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 5d15afee..469ff423 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -34,6 +34,7 @@ jobs: run: | composer require -n --no-progress overtrue/phplint phpstan/phpstan sudo git clone --depth 1 https://github.com/Icinga/icingaweb2.git /icingaweb2 + 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-thirdparty.git /usr/share/icinga-php/vendor - name: PHP Lint diff --git a/phpstan.neon b/phpstan.neon index 4f4e6d7f..4d8d785c 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -14,6 +14,7 @@ parameters: scanDirectories: - /icingaweb2 - /usr/share/icinga-php/vendor + - /usr/share/icinga-php/ipl ignoreErrors: -