File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 111111 ],
112112 "build:standalone" : " docker build . -t dirigent-standalone" ,
113113 "lint" : [
114+ " @lint:refactor" ,
114115 " @lint:coding-style" ,
115116 " @lint:static-analysis" ,
116117 " @lint:composer" ,
122123 "lint:coding-style" : " vendor/bin/php-cs-fixer fix --diff" ,
123124 "lint:composer" : " composer validate" ,
124125 "lint:container" : " bin/console lint:container" ,
126+ "lint:refactor" : " vendor/bin/rector process" ,
125127 "lint:static-analysis" : " vendor/bin/phpstan analyze" ,
126128 "lint:templates" : " bin/console lint:twig templates" ,
127129 "lint:translations" : " bin/console lint:translations" ,
150152 "lint:coding-style" : " Validate the code style of the PHP code" ,
151153 "lint:composer" : " Validate the Composer configuration" ,
152154 "lint:container" : " Validate the Symfony container configuration" ,
153- "lint:static-analysis" : " Run static analysis on the PHP code" ,
155+ "lint:refactor" : " Run automated code refactoring (using Rector)" ,
156+ "lint:static-analysis" : " Run static analysis on the PHP code (using PHPStan)" ,
154157 "lint:templates" : " Validate the Twig templates" ,
155158 "lint:translations" : " Validate the translations" ,
156159 "lint:yaml" : " Validate YAML files" ,
You can’t perform that action at this time.
0 commit comments