Skip to content

Commit

Permalink
[BUGFIX] reconfigure phpcs to use new config of grumphp (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored Feb 14, 2018
1 parent 461856f commit 7689aef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ parameters:
- /(\[(!!!|WIP)]|)(\[(BUGFIX|FEATURE|TASK|CLEANUP|SECURITY)]|Merge .+)/
case_insensitive: false
multiline: true
additional_modifiers: ''
additional_modifiers: ""
max_subject_width: 80
max_body_width: 80
jsonlint:
detect_key_conflicts: true
phpcs:
standard: "PSR2"
show_warnings: false
warning_severity: 900000
tab_width: 4
xmllint:
ignore_patterns: "%convention.xmllint_ignore_pattern%"
Expand All @@ -54,8 +54,8 @@ parameters:
priority: 1
phpmd:
exclude: []
ruleset: ['./vendor/pluswerk/grumphp-config/phpmd-config.xml']
triggered_by: ['php']
ruleset: ["./vendor/pluswerk/grumphp-config/phpmd-config.xml"]
triggered_by: ["php"]
metadata:
blocking: false #show only as warnings
extensions:
Expand Down

0 comments on commit 7689aef

Please sign in to comment.