martin-helmich / typo3-typoscript-lint

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

Local tslint.yml is ignored #11

Closed mbrodala closed 7 years ago

mbrodala commented 7 years ago

The README says:

typoscript-lint looks for a file tslint.yml in the current working directory. If such a file is found, it will be merged with the tslint.dist.yml from the installation root directory.

However, a tslint.yml is not loaded unless explicitly passed via -c tslint.yml.