Skip to content

Commit

Permalink
chore: removed validate script
Browse files Browse the repository at this point in the history
  • Loading branch information
petrknap committed Oct 27, 2024
1 parent 3627d27 commit 6904ad7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@
},
"scripts": {
"test": "phpunit --colors=always --testdox tests",
"validate": [
"composer outdated \"petrknap/*\" --major-only --strict --ansi --no-interaction",
"phpcs --colors --standard=PSR12 --exclude=Generic.Files.LineLength src tests",
"phpstan analyse --level max src",
"phpstan analyse --level 5 tests",
"phpinsights analyse src --ansi --no-interaction"
],
"ci-script": [
"@check-implementation",
"@check-requirements",
Expand Down

0 comments on commit 6904ad7

Please sign in to comment.