mirror of
https://github.com/shlinkio/shlink.git
synced 2025-12-11 06:45:13 -06:00
Remove suppressed warnings when running openapi tools
This commit is contained in:
parent
ed09bf90eb
commit
e511e15a87
@ -154,16 +154,8 @@
|
|||||||
"@test:cli",
|
"@test:cli",
|
||||||
"phpcov merge build/coverage-cli --html build/coverage-cli/coverage-html && rm build/coverage-cli/*.cov"
|
"phpcov merge build/coverage-cli --html build/coverage-cli/coverage-html && rm build/coverage-cli/*.cov"
|
||||||
],
|
],
|
||||||
"openapi:validate": "@php -d error_reporting=\"E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED\" vendor/bin/php-openapi validate docs/swagger/swagger.json",
|
"openapi:validate": "php-openapi validate docs/swagger/swagger.json",
|
||||||
"openapi:inline": "@php -d error_reporting=\"E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED\" vendor/bin/php-openapi inline docs/swagger/swagger.json docs/swagger/openapi-inlined.json",
|
"openapi:inline": "php-openapi inline docs/swagger/swagger.json docs/swagger/openapi-inlined.json",
|
||||||
"swagger:validate": [
|
|
||||||
"echo \"This command is deprecated. Use openapi:validate instead\"",
|
|
||||||
"@openapi:validate"
|
|
||||||
],
|
|
||||||
"swagger:inline": [
|
|
||||||
"echo \"This command is deprecated. Use openapi:inline instead\"",
|
|
||||||
"@openapi:inline"
|
|
||||||
],
|
|
||||||
"clean:dev": "rm -f data/database.sqlite && rm -f config/params/generated_config.php"
|
"clean:dev": "rm -f data/database.sqlite && rm -f config/params/generated_config.php"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user