File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151 - name : ⚗️ Run static analysis
5252 run : |
53- composer verify
5453 composer analyse
5554 composer inspect
5655
Original file line number Diff line number Diff line change 5252 "laravel/framework" : " <11.0.0"
5353 },
5454 "scripts" : {
55- "analyse" : " phpstan analyse --ansi --memory-limit=-1 --debug " ,
55+ "analyse" : " phpinsights analyse" ,
5656 "check" : " pint --test -v" ,
5757 "debug" : [
58- " @verify" ,
59- " @check" ,
6058 " @analyse" ,
59+ " @check" ,
6160 " @inspect" ,
6261 " @review" ,
6362 " @test"
6463 ],
6564 "fix" : [
6665 " @refactor" ,
67- " @improve" ,
6866 " @format" ,
6967 " @lint"
7068 ],
71- "format" : " psalter --issues=all" ,
72- "improve" : " phpinsights fix" ,
73- "inspect" : " psalm --no-diff" ,
69+ "format" : " phpinsights fix" ,
70+ "inspect" : " phpstan analyse --ansi --memory-limit=-1 --debug" ,
7471 "lint" : " pint -v" ,
7572 "test" : " pest --colors=always" ,
7673 "review" : " rector --dry-run --debug" ,
77- "refactor" : " rector" ,
78- "verify" : " phpinsights analyse"
74+ "refactor" : " rector"
7975 },
8076 "extra" : {
8177 "branch-alias" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments