I love SublimeLinter for Sublime Text, but I can't figure out how to disable warnings that aren't applicable. One example I keep running into is "Warning: assigned but unused variable" for a Sinatra app. Distracting to have those lines highlighted.
Is there a way to suppress lint warnings / "errors" based on type? How about to ignore a specific instance of a warning?
Thanks!