I don't know how feasable this is, but it really bugs me that commented-out code gets linted, as it blows up my editor with a bunch of lints when I just want to temporarily disable a block of code.
Maybe we could check if the comment contains valid syntax for the language and use that to determine whether it is an actual comment or just commented-out code.
I don't know how feasable this is, but it really bugs me that commented-out code gets linted, as it blows up my editor with a bunch of lints when I just want to temporarily disable a block of code.
Maybe we could check if the comment contains valid syntax for the language and use that to determine whether it is an actual comment or just commented-out code.