Releases: martin-helmich/typo3-typoscript-lint
Releases · martin-helmich/typo3-typoscript-lint
v1.2.2
- Only check for WS after operator when RValue exists (#20, #21)
v1.2.1
- Load
tslint.yml
from current working directory, as documented (#11, #12, credits to @mbrodala)
- OperatorWhitespaceSniff complains about space after unary operators (#13, #15, credits to @mbrodala)
- OperatorWhitespaceSniff complains about missing whitespace at EOL (#14)
v1.2.0
- #9, #10 Update dependencies, allow TYPO3 7.6 compatibility (credits to @cseifert)
v1.1.0
- #6 Allow indentation inside conditions (credits to @DanielSiepmann)
- #8 OperatorWhitespace sniff does not catch all cases
v1.0.1
- #2 Allow to disable sniffs in local configuration
- #5 DeadCode sniffs wrongfully complains about constant annotations