upvote
This is missing that it’s a human issue though. If someone is determined to discard an error and not do anything about it, they’ll just put in a dummy comment to appease the linter any way.

Force people to handle errors and you end up with the exception fiasco in eg Java where everything ends up being a runtime exception to avoid it

reply
As the top comment states, there is a lint rule, but you have to turn it on.
reply