File tree Expand file tree Collapse file tree 3 files changed +0
-33
lines changed Expand file tree Collapse file tree 3 files changed +0
-33
lines changed Original file line number Diff line number Diff line change 4040 - name : Coding Style Checks
4141 run : composer test:lint
4242
43- - name : Refactor Checks
44- run : composer test:refactor
45-
4643 - name : Type Checks
4744 run : composer test:types
4845
Original file line number Diff line number Diff line change 3131 "pestphp/pest-plugin-arch" : " ^2.7|^3.0" ,
3232 "pestphp/pest-plugin-type-coverage" : " ^2.8.7|^3.1.0" ,
3333 "phpstan/phpstan" : " ^1.12.6" ,
34- "rector/rector" : " ^1.2.7" ,
3534 "symfony/var-dumper" : " ^6.4.11|^7.1.5"
3635 },
3736 "autoload" : {
6160 "lint" : " pint -v" ,
6261 "refactor" : " rector --debug" ,
6362 "test:lint" : " pint --test -v" ,
64- "test:refactor" : " rector --dry-run" ,
6563 "test:types" : " phpstan analyse --ansi" ,
6664 "test:type-coverage" : " pest --type-coverage --min=100" ,
6765 "test:unit" : " pest --colors=always" ,
6866 "test" : [
6967 " @test:lint" ,
70- " @test:refactor" ,
7168 " @test:types" ,
7269 " @test:type-coverage" ,
7370 " @test:unit"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments