martin-helmich / typo3-typoscript-lint

Find coding errors in your TypoScript files.
MIT License
82 stars 19 forks source link

Glob in the paths configuration #76

Closed echavaillaz closed 4 years ago

echavaillaz commented 5 years ago

Hi,

It would be great if we can use glob in the paths section of the typoscript-lint.yml.

Per example :

paths:

  • packages/toto_*
  • packages/*/test

Thanks