From 6ee2b7f9e5cc876d579149c323918f3355cff7c8 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Sat, 13 Jul 2024 10:33:52 +0700 Subject: [PATCH] fix: add ignore warning for scrutinizer ci --- .scrutinizer.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index dcc939f..bb5db16 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -27,7 +27,10 @@ checks: fix_doc_comments: true tools: - php_analyzer: true + php_analyzer: + config: + ignore_errors: + - '/Class .*Controller .* not found/' php_code_coverage: true php_code_sniffer: config: