Skip to content

Commit

Permalink
Merge pull request #20 from pluswerk/cleanup/remove-unused-phpmd
Browse files Browse the repository at this point in the history
[CLEANUP] remove unused phpmd and config
  • Loading branch information
Kanti authored Jul 5, 2018
2 parents ea73cb1 + b4b1160 commit 3ee1ed8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 93 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ there you can override some convention:

| Key | Default |
|-------------------------------------|-------------------------------|
| convention.process_timeout | 60 |
| convention.xmllint_ignore_pattern | [] |
| convention.yamllint_ignore_pattern | [] |
| convention.phpcslint_ignore_pattern | [] |
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"require": {
"php": ">=5.6",
"composer-plugin-api": "1.*",
"phpmd/phpmd": "2.6.*",
"phpro/grumphp": "0.14.*",
"pluswerk/grumphp-bom-task": "4.*",
"pluswerk/grumphp-xliff-task": "2.*",
Expand Down
8 changes: 2 additions & 6 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ parameters:
stop_on_failure: false
hide_circumvention_tip: true
ignore_unstaged_changes: false #brocken
process_timeout: "%convention.process_timeout%"
convention.process_timeout: 60
convention.xmllint_ignore_pattern: []
convention.yamllint_ignore_pattern: []
convention.phpcslint_ignore_pattern: []
Expand Down Expand Up @@ -54,12 +56,6 @@ parameters:
plus_bom_fixer:
metadata:
priority: 1
phpmd:
exclude: []
ruleset: ["./vendor/pluswerk/grumphp-config/phpmd-config.xml"]
triggered_by: ["php"]
metadata:
blocking: false #show only as warnings
extensions:
- PLUS\GrumPHPBomTask\ExtensionLoader
- PLUS\GrumPHPXliffTask\ExtensionLoader
86 changes: 0 additions & 86 deletions phpmd-config.xml

This file was deleted.

0 comments on commit 3ee1ed8

Please sign in to comment.