mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
13 lines
248 B
PHP
13 lines
248 B
PHP
<?php
|
|
|
|
return [
|
|
'directory_list' => [
|
|
'src',
|
|
'vendor',
|
|
],
|
|
'exclude_file_regex' => '@^vendor/.*/(tests|Tests)/@',
|
|
"exclude_analysis_directory_list" => [
|
|
'vendor/'
|
|
],
|
|
'dead_code_detection' => false,
|
|
];
|