Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: ensure all switch statements are exhaustive #564

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Mar 14, 2025

This ensures that every case has been considered, and helps surface when a new case is added to a third-party dependency during an update which might need to be checked.

Relates to #274

@G-Rath G-Rath force-pushed the linting/enable-exhaustive branch from bf579fc to 455357e Compare March 17, 2025 03:41
@G-Rath G-Rath mentioned this pull request Mar 26, 2025
49 tasks
@G-Rath G-Rath force-pushed the linting/enable-exhaustive branch from 455357e to 24fee58 Compare March 26, 2025 18:41
@G-Rath G-Rath changed the title chore: enable exhaustive linter refactor: ensure all switch statements are exhaustive Mar 26, 2025
@G-Rath G-Rath marked this pull request as ready for review March 26, 2025 18:46
@G-Rath G-Rath force-pushed the linting/enable-exhaustive branch from 24fee58 to 1c52849 Compare March 27, 2025 20:28
@G-Rath G-Rath requested review from erikvarga and another-rex March 27, 2025 21:27
@G-Rath G-Rath force-pushed the linting/enable-exhaustive branch from 1c52849 to d4ad798 Compare March 28, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants