Releases: pluswerk/grumphp-config
Release 2.3.2
BUGFIX for GrumPHP 0.13
Release 2.3.1
[BUGFIX] reconfigure phpcs to use new config of grumphp (#14)
Release 2.3.0
You want to override settings?:
Make a new grumphp.yml config file. You can put it in the root folder.
imports:
- { resource: vendor/pluswerk/grumphp-config/grumphp.yml }
parameters:
convention.xmllint_ignore_pattern:
- "typo3conf/ext/extension/Resources/Private/Templates/List.xml"
there you can override some convetions:
Key | Default |
---|---|
convention.xmllint_ignore_pattern | [] |
convention.yamllint_ignore_pattern | [] |
convention.xlifflint_ignore_pattern | "#typo3conf/l10n/(.*)#" |
Release 2.2.2
Bugfix commit message regex now works again.
Release 2.2.1
Bugfix allow merge commit messages
Release 2.2.0
Install change to this single line
composer require pluswerk/grumphp-config --dev
pluswerk/grumphp-config will add the required extra.grumphp.config-default-path
automatically to your composer.json
.
if pluswerk/grumphp-config should not edit your composer.json than you must add this:
{
"extra": {
"pluswerk/grumphp-config": {
"auto-setting": false
}
}
}
Release 2.1.2
Allow commit message to be >60 characters..
But keep it under 80 characters.
Release 2.1.1
Made [+] pluswerk
logo smaller.
Now it is smaller then 80 characters.
Release 2.1
[FEATURE] add phpmd and provide a phpmd ruleset
Please don't hesitate to contact me if you have any questions or concerns.
If you would like a different configuration just open a Pull Request and we can discuss about it.
Release 2.0
Add this to your Projects composer.json:
"extra": {
"grumphp": {
"config-default-path": "vendor/pluswerk/grumphp-config/grumphp.yml"
}
},
"require-dev": {
"pluswerk/grumphp-config": "2.*"
}