Makopo/lslint

Implement some mechanism to suppress warnings for a certain line

Closed this issue · 0 comments

Similar to the // $[Exxxxx] system for unit testing, it would be nice to be able to mark certain lines as known problems and not emit a warning for them.

It could perhaps be the same mechanism, but with a different flag that emits normal warnings instead of unexpected, and without emitting Assertion Failed if the warning does not happen.