Skip to content

Release 2.3.0

Compare
Choose a tag to compare
@Kanti Kanti released this 12 Feb 14:12
461856f

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/(.*)#"