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

golangcilint: enable errorlint linter #489

Merged
merged 2 commits into from
Jan 9, 2024
Merged

golangcilint: enable errorlint linter #489

merged 2 commits into from
Jan 9, 2024

Conversation

fho
Copy link
Collaborator

@fho fho commented Jan 9, 2024

adapt code to errorlint suggestion

Adapt the code to the errorlint suggest.
Using errors.Is/As is often unnecessary in the current code but it will make the
code more resilient if code is changed to wrap errors instead.


golangcilint: enable errorlint linter

@fho fho self-assigned this Jan 9, 2024
fho added 2 commits January 9, 2024 12:25
Adapt the code to the errorlint suggest.
Using errors.Is/As is often unnecessary in the current code but it will make the
code more resilient if code is changed to wrap errors instead.
@fho fho marked this pull request as ready for review January 9, 2024 11:34
@fho fho merged commit 1a61ced into main Jan 9, 2024
4 checks passed
@fho fho deleted the errorlint branch January 9, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant