Skip to content

Releases: pluswerk/grumphp-config

Release 2.3.2

14 Feb 07:52
d4e0953
Compare
Choose a tag to compare

BUGFIX for GrumPHP 0.13

Release 2.3.1

14 Feb 09:21
7689aef
Compare
Choose a tag to compare
[BUGFIX] reconfigure phpcs to use new config of grumphp (#14)

Release 2.3.0

12 Feb 14:12
461856f
Compare
Choose a tag to compare

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

20 Dec 08:57
Compare
Choose a tag to compare

Bugfix commit message regex now works again.

Release 2.2.1

08 Dec 13:41
Compare
Choose a tag to compare

Bugfix allow merge commit messages

Release 2.2.0

27 Nov 16:12
68e5a0d
Compare
Choose a tag to compare

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

18 Oct 08:44
Compare
Choose a tag to compare

Allow commit message to be >60 characters..
But keep it under 80 characters.

Release 2.1.1

19 Jul 10:24
Compare
Choose a tag to compare

Made [+] pluswerk logo smaller.
Now it is smaller then 80 characters.

Release 2.1

15 Jul 19:48
Compare
Choose a tag to compare

[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

12 Jul 14:12
Compare
Choose a tag to compare

Add this to your Projects composer.json:

  "extra": {
    "grumphp": {
      "config-default-path": "vendor/pluswerk/grumphp-config/grumphp.yml"
    }
  },
  "require-dev": {
    "pluswerk/grumphp-config": "2.*"
  }