File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 3535 }
3636 },
3737 "scripts" : {
38+ "analyze" : [
39+ " bash -c \" XDEBUG_MODE=off phpstan analyse\" "
40+ ],
41+ "sa" : " @analyze" ,
3842 "cs" : " php-cs-fixer fix --ansi --verbose --dry-run --diff" ,
3943 "cs-fix" : " php-cs-fixer fix --ansi --verbose --diff" ,
4044 "test" : " phpunit"
Original file line number Diff line number Diff line change 1+ parameters:
2+ tmpDir: build/phpstan
3+ level: 5
4+ paths:
5+ - src/
6+ - tests/
7+ bootstrapFiles:
8+ - vendor/codeigniter4/framework/system/Test/bootstrap.php
9+ excludePaths:
10+ - app/Config/Routes.php
11+ - app/Views/*
12+ ignoreErrors:
13+ universalObjectCratesClasses:
14+ - CodeIgniter\Entity
15+ - CodeIgniter\Entity\Entity
16+ - Faker\Generator
17+ scanDirectories:
18+ - vendor/codeigniter4/framework/system/Helpers
19+ dynamicConstantNames:
20+ - APP_NAMESPACE
21+ - CI_DEBUG
22+ - ENVIRONMENT
You can’t perform that action at this time.
0 commit comments