CodeStandards on Tests

This commit is contained in:
2023-08-04 07:22:05 +00:00
parent 9acc3bbeab
commit affde2589f
5 changed files with 28 additions and 11 deletions

View File

@ -32,7 +32,7 @@
"@analyze-psalm"
],
"analyze-phpstan":"vendor/bin/phpstan analyze --error-format=raw",
"analyze-phpcs": "vendor/bin/phpcs --report=emacs --standard=PSR12 --exclude=Generic.Files.LineLength src",
"analyze-phpcs": "vendor/bin/phpcs --report=emacs --standard=PSR12 --exclude=Generic.Files.LineLength src tests",
"analyze-psalm": "vendor/bin/psalm"
}
}