Skip to content

Commit

Permalink
Disable PHPStan checks until bugs are fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 29, 2020
1 parent 8e3d262 commit a716ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions grumphp.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ imports:
- { resource: vendor/drupol/php-conventions/config/php71/grumphp.yml }

parameters:
skip_tasks:
- phpstan
extra_tasks:
psalm:
show_info: true
Expand Down

0 comments on commit a716ced

Please sign in to comment.