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 40
40
- name : Coding Style Checks
41
41
run : composer test:lint
42
42
43
- - name : Refactor Checks
44
- run : composer test:refactor
45
-
46
43
- name : Type Checks
47
44
run : composer test:types
48
45
Original file line number Diff line number Diff line change 31
31
"pestphp/pest-plugin-arch" : " ^2.7|^3.0" ,
32
32
"pestphp/pest-plugin-type-coverage" : " ^2.8.7|^3.1.0" ,
33
33
"phpstan/phpstan" : " ^1.12.6" ,
34
- "rector/rector" : " ^1.2.7" ,
35
34
"symfony/var-dumper" : " ^6.4.11|^7.1.5"
36
35
},
37
36
"autoload" : {
61
60
"lint" : " pint -v" ,
62
61
"refactor" : " rector --debug" ,
63
62
"test:lint" : " pint --test -v" ,
64
- "test:refactor" : " rector --dry-run" ,
65
63
"test:types" : " phpstan analyse --ansi" ,
66
64
"test:type-coverage" : " pest --type-coverage --min=100" ,
67
65
"test:unit" : " pest --colors=always" ,
68
66
"test" : [
69
67
" @test:lint" ,
70
- " @test:refactor" ,
71
68
" @test:types" ,
72
69
" @test:type-coverage" ,
73
70
" @test:unit"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments