File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 26
26
" @lint:phpstan" ,
27
27
" @lint:distributionintegrity"
28
28
],
29
+ "lint:fix" : [
30
+ " @lint:phpcs:fix" ,
31
+ " @lint:php-cs-fixer:fix"
32
+ ],
29
33
"test:unit" : [
30
34
" ../../bin/phpunit --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/UnitTests.xml Neos.ContentRepository.Core/Tests/Unit" ,
31
35
" ../../bin/phpunit --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/UnitTests.xml Neos.ContentRepositoryRegistry/Tests/Unit"
Original file line number Diff line number Diff line change 111
111
" @lint:phpstan" ,
112
112
" @lint:distributionintegrity"
113
113
],
114
+ "lint:fix" : [
115
+ " @lint:phpcs:fix" ,
116
+ " @lint:php-cs-fixer:fix"
117
+ ],
114
118
"test:unit" : [
115
119
" ../../bin/phpunit --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/UnitTests.xml Neos.ContentRepository.Core/Tests/Unit" ,
116
120
" ../../bin/phpunit --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/UnitTests.xml Neos.ContentRepositoryRegistry/Tests/Unit"
You can’t perform that action at this time.
0 commit comments