Skip to content

Commit 6904ad7

Browse files
committed
chore: removed validate script
1 parent 3627d27 commit 6904ad7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

composer.json

-7
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@
5252
},
5353
"scripts": {
5454
"test": "phpunit --colors=always --testdox tests",
55-
"validate": [
56-
"composer outdated \"petrknap/*\" --major-only --strict --ansi --no-interaction",
57-
"phpcs --colors --standard=PSR12 --exclude=Generic.Files.LineLength src tests",
58-
"phpstan analyse --level max src",
59-
"phpstan analyse --level 5 tests",
60-
"phpinsights analyse src --ansi --no-interaction"
61-
],
6255
"ci-script": [
6356
"@check-implementation",
6457
"@check-requirements",

0 commit comments

Comments
 (0)