Added migrations folder to the static analysis

This commit is contained in:
Alejandro Celaya
2020-11-07 10:27:35 +01:00
parent 27bc8d4823
commit d99ea82761
3 changed files with 6 additions and 4 deletions

View File

@@ -109,7 +109,7 @@
],
"cs": "phpcs",
"cs:fix": "phpcbf",
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config --level=6",
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config data/migrations --level=6",
"test": [
"@test:unit",
"@test:db",