Skip to content

Commit

Permalink
Remove phpstan from quality-tools (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuravech authored May 19, 2020
1 parent 0cf7197 commit 3e5f01c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions bin/magento2-test
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ fi
${VENDOR_BIN}phpcs --config-set installed_paths $PHP_COMPATIBILITY_PATH

${VENDOR_BIN}phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.1- --runtime-set ignore_warnings_on_exit true --ignore=vendor/*,*/view $EXTENSION_PATH

printf "\n3. Analysing ${GREEN}Type Checking${NC} \n\n"

cd $MAGENTO_PATH && ${VENDOR_BIN}phpstan analyse --memory-limit=4000M -c $EXTENSION_PATH/phpstan.neon
13 changes: 0 additions & 13 deletions bin/magento2-types

This file was deleted.

4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"algolia/phpstan-magento": "dev-master",
"friendsofphp/php-cs-fixer": "^2.15",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11.16",
"squizlabs/php_codesniffer": "^3.5"
},
"repositories": [
Expand All @@ -32,7 +29,6 @@
"bin": [
"bin/magento2-lint",
"bin/magento2-test",
"bin/magento2-types",
"bin/magento2-php-compatibility",
"bin/magento2-update"
]
Expand Down

0 comments on commit 3e5f01c

Please sign in to comment.