paulkoerbitz / tslint-auto-disable

Automatically insert disable comments for failing TSLint rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output specific failing rules in inserted comment

paulkoerbitz opened this issue · comments

Currently, tslint-auto-disable inserts the comment // tslint:disable-next-line. This turns of all rule validations for the next line. Ideally tslint-auto-disable would output a more specific disabeling comment, to only disable the rule which is actually failing.