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