Skip to content

Commit

Permalink
fix: add ignore warning for scrutinizer ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jul 13, 2024
1 parent 9d7c9f5 commit 6ee2b7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6ee2b7f

Please sign in to comment.