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
There's no existing feature and nothing like that is planned at the moment. Use of a regex or glob for this purpose can easily misfire and unintentionally mute errors in new files that are added after the exclusion is introduced. See similar issue here #250
I'm surprised you're trying to exclude test files where I would expect you want to check any and all errors? 🤔
I want to be able to exclude the linter for files ending with "_test.go" suffix. Is there a way to do it? is there a regexp exclusion support/
The text was updated successfully, but these errors were encountered: