mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
add phan
This commit is contained in:
parent
6adcdc2362
commit
b3fbc1be3c
7 changed files with 91 additions and 10 deletions
13
.phan/config.php
Normal file
13
.phan/config.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'directory_list' => [
|
||||
'src',
|
||||
'vendor',
|
||||
],
|
||||
'exclude_file_regex' => '@^vendor/.*/(tests|Tests)/@',
|
||||
"exclude_analysis_directory_list" => [
|
||||
'vendor/'
|
||||
],
|
||||
'dead_code_detection' => false,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue