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