Closed Jonyorker closed 3 months ago
I have some code that I can't reformat, is there a way to skip a line from being linted?
Similar to // @phpstan-ignore-next-line
Thanks!
Hi, @Jonyorker; there isn't a way to skip only part of a file in TLint. You'll have to exclude the whole file using a tlint.json file.
tlint.json
I have some code that I can't reformat, is there a way to skip a line from being linted?
Similar to // @phpstan-ignore-next-line
Thanks!