-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix all linter warnings #15684
Merged
Merged
Fix all linter warnings #15684
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
44db34c
add updated linter config
dprotaso 4bd06eb
fix whitespace linting
dprotaso 3844255
fix usestdlibvars linter
dprotaso cc2fd64
fix lint wastedassign
dprotaso 8cc3257
address unparam linter - container concurrency wasn't being used when…
dprotaso e0cc35f
fix tenv linter
dprotaso 3cb7a71
fix stylecheck linter
dprotaso 65009c6
fix staticheck linter
dprotaso b0ce4af
fix perfsprint linter
dprotaso c716660
fix nosprintfhostport
dprotaso 9afcee8
f perfsprint
dprotaso 8d648ec
fix nolintlint - remove nolint directives that had no effect
dprotaso ca7f5e3
fix noctx linter
dprotaso 153a53b
fix gomodguard linter - drop uber atomic package
dprotaso 0d7e578
fix nilerr linter
dprotaso b26986f
fix mirror linter
dprotaso a22fa3b
fix loggercheck linter
dprotaso 7cdf82a
fix govet linter
dprotaso 74d8600
fix gosimple linter
dprotaso a06abbc
fix gosec linter
dprotaso a72a657
fix unconvert linter
dprotaso d2f37ed
fix perfsprint linter
dprotaso ff89cc0
fix errname linter
dprotaso 3900cd3
fix errlint linter
dprotaso 85df3e0
fix bodyclose linter
dprotaso 129b481
fix canonicalheader linter
dprotaso 73166ef
fix durationcheck linter
dprotaso f052fba
fix copyloopvar linter
dprotaso 663dd2e
fix fatcontext linter
dprotaso c6b9012
fix gocritic-commentFormatting
dprotaso 16d836d
fix gocritic linter
dprotaso 18ea7bd
fix intrange linter
dprotaso f8e8ba7
fix prealloc linter
dprotaso b6a3c38
fix flakey kpa test
dprotaso 86b4390
fix gofumpt linter
dprotaso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we open an issue to fix
metricstest.AssertMetrics
?