-
Notifications
You must be signed in to change notification settings - Fork 713
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
[testing] Update golangci-lint to latest version #3617
Conversation
3809bfe
to
cb25e24
Compare
@@ -128,6 +128,7 @@ linters-settings: | |||
gosec: | |||
excludes: | |||
- G107 # Url provided to HTTP request as taint input https://securego.io/docs/rules/g107 | |||
- G115 # TODO(marun) Enable this ruleset in a follow-up PR |
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.
Added issue to track enabling G115: #3624
@@ -67,8 +67,6 @@ func (c *Client) Apply(requests map[ids.ID]*atomic.Requests, batches ...database | |||
Batches: make([]*sharedmemorypb.Batch, len(batches)), | |||
} | |||
for key, value := range requests { | |||
key := key |
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.
RIP reference bug
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.
LGTM modulo comment on ripemd
Co-authored-by: Stephen Buttolph <[email protected]> Signed-off-by: marun <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]> Signed-off-by: marun <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]> Signed-off-by: marun <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]> Signed-off-by: marun <[email protected]>
94b2e7f
to
01568af
Compare
Rebased |
Signed-off-by: marun <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]>
Updates golangci-lint to latest version.
TODO
How this was tested
CI
Need to be documented in RELEASES.md?
N/A