martin-helmich / typo3-typoscript-lint

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

Add "paths" option to tslint.yml #18

Closed mbrodala closed 7 years ago

mbrodala commented 7 years ago

In addition to the filename argument on CLI a paths option within tslint.yml would be useful.

This allows for always running the lint command in a generic fashion in various projects whereas each of them provides the list of paths/directories to scan. This is useful in CI environments.