From 816d8d7278fc2ff8ab813cbc3780c31fa2a9a752 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 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 4cfb7e5e3..c75318ccb 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -12,8 +12,18 @@ 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: - - vendor + - /vendor ignoreErrors: -