martin-helmich / typo3-typoscript-lint

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

[FEATURE] Add "paths" config option #23

Closed mbrodala closed 7 years ago

mbrodala commented 7 years ago

This allows for setting the paths to lint through tslint.yml. Paths passed via command line arguments take precedence over tslint.yml.

Fixes #18

mbrodala commented 7 years ago

@martin-helmich Do you think this could be added soon? This change improves usage in CI environments a lot.

martin-helmich commented 7 years ago

Yep, merging now. From a quick glance, I had been under the impression that this was a breaking change. On a closer look however, this looks good.

mbrodala commented 7 years ago

Thanks a lot, looking forward to the next release. :-)