mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 08:41:57 +00:00
A wildcard match was the underlying bug fixed in #4486. Despite being a bit annoying in some cases, I think it is worth having this lint turned on to ensure we don't wildcard match in situations where it can have bad consequences, like `poll` functions. --------- Signed-off-by: Thomas Eizinger <thomas@eizinger.io>