Skip to content

Commit

Permalink
Added vimeo/psalm version 3.9.3 as a dev requirement. Added a configu…
Browse files Browse the repository at this point in the history
…ration file on error level 7 for now. Added its execution to our Makefile. And fixed a single issue in a phtml file.
  • Loading branch information
hostep committed Mar 3, 2020
1 parent 23aec18 commit bfdc12f
Show file tree
Hide file tree
Showing 5 changed files with 545 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ checkquality:
xmllint --noout view/adminhtml/ui_component/baldwin_urldataintegritychecker_grid_catalog_product_urlpath.xml # schema validation doesn't work here since the xsd includes another xsd ..

vendor/bin/phpstan analyse
vendor/bin/psalm

.PHONY: test
test:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"phpcompatibility/php-compatibility": "^9.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11.12",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5",
"vimeo/psalm": "^3.9"
},
"config": {
"sort-packages": true
Expand Down
Loading

0 comments on commit bfdc12f

Please sign in to comment.