Quality of life things.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m48s
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m48s
This commit is contained in:
@ -23,10 +23,6 @@
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "*",
|
||||
"phpstan/phpstan": "^1.10.37",
|
||||
"vimeo/psalm": "^5.15",
|
||||
"phpmd/phpmd": "^2.14.1",
|
||||
"phpunit/phpunit": "^10.3.5",
|
||||
"phpmetrics/phpmetrics": "^2.8.2"
|
||||
},
|
||||
@ -34,7 +30,7 @@
|
||||
"test": "vendor/bin/phpunit tests --display-warnings",
|
||||
"test-full": "vendor/bin/phpunit -c phpunit.full.xml",
|
||||
"metrics": "vendor/bin/phpmetrics --report-html=output/metrics --junit=output/test.xml src/",
|
||||
"docs": "./phpDocumentor.phar --setting=graphs.enabled=true",
|
||||
"docs": "phpDocumentor --setting=graphs.enabled=true",
|
||||
"analyze": [
|
||||
"@analyze-yaml",
|
||||
"@analyze-phpmd",
|
||||
@ -43,9 +39,9 @@
|
||||
"@analyze-phpcs"
|
||||
],
|
||||
"analyze-yaml": "vendor/bin/yaml-lint *.yml .*.yml *.json",
|
||||
"analyze-phpmd": "vendor/bin/phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
|
||||
"analyze-phpstan":"vendor/bin/phpstan analyze --level=8 --error-format=raw src/ backup tests",
|
||||
"analyze-psalm": "vendor/bin/psalm --no-cache",
|
||||
"analyze-phpcs": "vendor/bin/phpcs src backup tests --report=emacs --standard=PSR12"
|
||||
"analyze-phpmd": "phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
|
||||
"analyze-phpstan":"phpstan",
|
||||
"analyze-psalm": "psalm --no-cache",
|
||||
"analyze-phpcs": "phpcs"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user