You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabling a linter message doesn't disable the check for such a linter rule. If such a linter rule check throws an exception because it wasn't well tested, then the entire linter is unusable. How should we deal with this?
There are two main proposals:
Allow exceptions to be raised and be fixed in a new release (and recommend not upgrading to a faulty version); or
Surround everything within a try-catch and report exceptions as false-positives with a custom message
The text was updated successfully, but these errors were encountered:
Disabling a linter message doesn't disable the check for such a linter rule. If such a linter rule check throws an exception because it wasn't well tested, then the entire linter is unusable. How should we deal with this?
There are two main proposals:
The text was updated successfully, but these errors were encountered: