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

Fix Lint Errors Related to golangci-lint v1.60.3 #991

Open
sigmaith opened this issue Sep 2, 2024 · 0 comments
Open

Fix Lint Errors Related to golangci-lint v1.60.3 #991

sigmaith opened this issue Sep 2, 2024 · 0 comments
Labels
cleanup 🧹 Paying off technical debt

Comments

@sigmaith
Copy link
Contributor

sigmaith commented Sep 2, 2024

Description:
The current version of golangci-lint used by Yorkie is v1.55.1, built with Go 1.22.6. However, when running lint checks using version v1.60.3, the following errors occur, including issues such as integer overflow conversion and unused parameters.
image (2)

Why:
Updating to the latest linter version and addressing these errors is necessary to maintain code quality and ensure compatibility with modern linting standards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup 🧹 Paying off technical debt
Projects
Status: Backlog
Development

No branches or pull requests

2 participants