Closed
Conversation
Contributor
Author
|
@bryanchriswhite can you please check if functions/vars with |
Collaborator
|
@okdas have you been running the linter via the make target and/or using |
Contributor
Author
|
@bryanchriswhite I have not – these issues were reported by the CI. Thank you! I'll check how we can include the build tags for linter in GitHub Actions. |
Collaborator
|
I thought I had updated it already in both the makefile and CI but maybe I missed something. |
Contributor
Author
|
This ticket has been superseded by #885. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Resolves current errors on
mainrelated togolangci-lintlinters checks not passing.Summary generated by Reviewpad on 21 Jun 23 22:00 UTC
This pull request fixes current golangci-lint errors. It touches three files, making a total of 17 insertions and 2 deletions. The changes include the removal of a duplicated import statement, the commenting of an unused code element, and the modification of a variable's data type in one function within a Go package. There are also some unused code elements and mocks included in the patch.
Type of change
Please mark the relevant option(s):
List of changes
Resolves the following issues reported by
golangci-lint: