From 555654376034f96813d972d1da132b34ec639116 Mon Sep 17 00:00:00 2001 From: Marcin Harasim Date: Tue, 14 Jul 2020 14:14:48 +0200 Subject: [PATCH] Remove povils/phpmnd due to likely abandonment --- composer.json | 1 - src/dist/grumphp.yml | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 57d71c9..522e73d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,6 @@ "phpstan/phpstan-doctrine": "^0.11.1|^0.12.0", "phpstan/phpstan-phpunit": "^0.11.0|^0.12.0", "phpstan/phpstan-symfony": "^0.11.1|^0.12.0", - "povils/phpmnd": "dev-master", "psr/event-dispatcher": "^1.0", "sebastian/phpcpd": "^4.1|^5.0", "sensiolabs/security-checker": "^5.0|^6.0", diff --git a/src/dist/grumphp.yml b/src/dist/grumphp.yml index 8cb63ca..a580da3 100644 --- a/src/dist/grumphp.yml +++ b/src/dist/grumphp.yml @@ -54,14 +54,14 @@ parameters: ruleset: ['cleancode', 'codesize', 'controversial', 'design', 'unusedcode'] metadata: priority: 995 - phpmnd: - directory: 'src/' - exclude: ['../tests', '../config', '../var', '../translations', 'Migrations', 'DataFixtures'] - extensions: ['all'] - hint: true - strings: false - metadata: - priority: 994 +# phpmnd: +# directory: 'src/' +# exclude: ['../tests', '../config', '../var', '../translations', 'Migrations', 'DataFixtures'] +# extensions: ['all'] +# hint: true +# strings: false +# metadata: +# priority: 994 phpstan: configuration: phpstan.neon level: 7 @@ -97,7 +97,7 @@ parameters: tasks: - phpcsfixer2 - phpmd - - phpmnd +# - phpmnd no-phpunitbridge: tasks: - git_blacklist @@ -105,7 +105,7 @@ parameters: - phpcsfixer2 - phplint - phpmd - - phpmnd +# - phpmnd - phpstan - securitychecker phpcsfixer: