Open scheglov opened 1 year ago
@hixie, @goderbauer: thoughts? Any other flutter folks who may want to weigh in?
+100 :)
I occasionally run into the same problem and wish it wouldn't report a lint there. Never got around to file a bug for it, though.
i don't much care about this particular case since we'd never want that kind of code checked in anyway :-)
When we comment out code with existing
// TODO(name): text
, it becomesThis code reports the lint. I propose to allow multiple
//
or///
prefixes, or ignore multi-level single line comments in the lint.