File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6868 "cs" : " phpcs -s -p --report=full --standard=phpcs.xml.dist" ,
6969 "psalm" : " psalm --long-progress --output-format=compact --config=psalm.xml.dist" ,
7070 "phpmd" : " phpmd src ansi phpmd.xml.dist --suffixes php --ignore-violations-on-exit" ,
71- "pdepend" : " pdepend --summary-xml=.summary.xml --suffix=php src && pdepend-summary-formatter --init && pdepend-summary-formatter .summary.xml --config-file=pdepend-summary-formatter.yml.dist --ignore-yellow-metrics-on-exit" ,
71+ "pdepend" : " pdepend --summary-xml=.summary.xml --suffix=php src && pdepend-summary-formatter --init && pdepend-summary-formatter .summary.xml --config-file=pdepend-summary-formatter.yml.dist --ignore-yellow-metrics-on-exit && rm .summary.xml " ,
7272 "test" : " phpunit --configuration=phpunit.xml.dist" ,
7373 "check" : [
7474 " @lint" ,
You can’t perform that action at this time.
0 commit comments