From fc64d07396646140d5a48d7cf928bc742445d531 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index dcc939f..e2c2d9d 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -40,3 +40,6 @@ tools: php_cpd: enabled: true excluded_dirs: [ vendor ] + php_mess_detector: + filter: + excluded_paths: [ src/Http/Controllers/Base ]