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: remove unused error returns from internal functions #519

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

Conversation

G-Rath
Copy link
Collaborator

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

Since none of these functions actually return an error value, we can remove that return entirely and in doing so remove a few error checks that would never be hit.

In the long run the unparam linter will help catch this for us.

Relates to #274

@G-Rath G-Rath force-pushed the refactor/remove-always-nil-errors branch from 6a4de97 to 829f302 Compare March 5, 2025 18:40
@G-Rath G-Rath force-pushed the refactor/remove-always-nil-errors branch from 829f302 to 3426941 Compare March 6, 2025 01:34
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.

1 participant