martin-helmich / typo3-typoscript-lint

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

Warn on empty section #34

Closed mbrodala closed 7 years ago

mbrodala commented 7 years ago

I think a sniff warning about empty sections could be added, e.g.:

foo {

}

By itself this won't do much aside from adding a subsection to the final PHP configuration array.

mbrodala commented 7 years ago

Great, thanks a lot. :-)