Skip to content

Commit

Permalink
Remove povils/phpmnd due to likely abandonment
Browse files Browse the repository at this point in the history
  • Loading branch information
sci3ma committed Jul 14, 2020
1 parent 92b7fea commit 5556543
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
20 changes: 10 additions & 10 deletions src/dist/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -97,15 +97,15 @@ parameters:
tasks:
- phpcsfixer2
- phpmd
- phpmnd
# - phpmnd
no-phpunitbridge:
tasks:
- git_blacklist
- phpcpd
- phpcsfixer2
- phplint
- phpmd
- phpmnd
# - phpmnd
- phpstan
- securitychecker
phpcsfixer:
Expand Down

0 comments on commit 5556543

Please sign in to comment.