From 626251983c9941671ac90204ef62e3db1dcabe34 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 Oct 2023 10:22:11 +0200 Subject: [PATCH] my-local-phpstan-config --- phpstan.neon | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index a0656a4bf..67bc233ca 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,6 +13,16 @@ parameters: - application - library + excludePaths: + - application/clicommands/* + - application/controllers/TestController.php + - application/views/scripts/test/* + - blub.json + - library/Icingadb/Model/Behavior/Faker.php + - library/Icingadb/Test/* + - public/css/themes/* + - public/js/ghost.js + scanDirectories: - /icingaweb2 - /usr/share/icinga-php