From a716cedc70f41f547ebf361659daefa71d919d26 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera <pol.dellaiera@protonmail.com> Date: Wed, 29 Jul 2020 18:38:45 +0200 Subject: [PATCH] Disable PHPStan checks until bugs are fixed. --- composer.json | 2 +- grumphp.yml.dist | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d18e8a73e..5c0ee56be 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "psr/cache": "^1.0" }, "require-dev": { - "drupol/php-conventions": "^1.7.2 || ^1.8.5", + "drupol/php-conventions": "^1.7.2 || ^1.8.6", "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", "infection/infection": "^0.13.6 || ^0.15.3", "phpbench/phpbench": "^0.16.10 || ^0.17.1", diff --git a/grumphp.yml.dist b/grumphp.yml.dist index 4c28ea0fc..80ba9f66f 100644 --- a/grumphp.yml.dist +++ b/grumphp.yml.dist @@ -2,6 +2,8 @@ imports: - { resource: vendor/drupol/php-conventions/config/php71/grumphp.yml } parameters: + skip_tasks: + - phpstan extra_tasks: psalm: show_info: true