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

chore(linters): Fix remaining errcheck warnings #15518

Merged
merged 13 commits into from
Jul 10, 2024
Prev Previous commit
Next Next commit
clean up golangci exclusions
  • Loading branch information
DStrand1 committed Jun 14, 2024
commit be1c9b2d5d70cd8c94a07914079ba28dc1f05180
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,6 @@ issues:
- package comment should be of the form "(.+)...
# EXC0015 revive: Annoying issue about not having a comment. The rare codebase has such comments
- should have a package comment
# nolintlint: directive `//nolint:errcheck` is unused for linter "errcheck"
# temporary while these are being fixed
- directive `//nolint:errcheck //.*` is unused for linter "errcheck"

# Excluding configuration per-path, per-linter, per-text and per-source
exclude-rules:
Expand Down
Loading