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

Update golangci-lint version and fix reports #3580

Merged
merged 1 commit into from Jan 28, 2022
Merged

Update golangci-lint version and fix reports #3580

merged 1 commit into from Jan 28, 2022

Conversation

milosgajdos
Copy link
Member

This commit updates golangci-lint to v1.44.0.

It also removes deprecated golint in favour of revive linter.

Finally, it addresses an issue reported by linter: there is no need to check if a prefix contains a string, see TrimFix doc:

// TrimPrefix returns s without the provided leading prefix string.
// If s doesn't start with prefix, s is returned unchanged.

Signed-off-by: Milos Gajdos milosthegajdos@gmail.com

This commit updates golangci-lint to v1.44.0.
It also removes deprecated golint in favour of revive linter.
Finally, it addresses an issue reported by linter.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@milosgajdos milosgajdos merged commit b609265 into distribution:main Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants