GrumPHP task to lint xlf/xliff Files
parameters:
tasks:
xlifflint:
ignore_patterns: []
load_from_net: false
x_include: false
dtd_validation: false
scheme_validation: false
triggered_by: [xlf]
extensions:
- PLUS\GrumPHPXliffTask\ExtensionLoader
If you come from andersundsehr/grumphp-xliff-task, change the extensions Loader path in the grumphp.yml file.
from:
- AUS\GrumPHPXliffTask\ExtensionLoader
to:
- PLUS\GrumPHPXliffTask\ExtensionLoader
composer require --dev pluswerk/grumphp-xliff-task