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
Enable linter for exhaustive coverage in enum switch statements (#3641)
## Changes
Linter will error for switch statements on an enum where not all enum
values are covered.
The statement can still use a `default:` clause to explicitly fall
through.
## Why
Observation here:
#3546 (comment)
0 commit comments