We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you run golangci-lint on this repository now, you'll get following errors.
golangci-lint
Here is the problem...
interfacer
errcheck
migrate/internal/cli/main.go
Line 278 in aa2dad4
Line 309 in aa2dad4
Just run the latest version of golangci-lint. You can also reproduce by rerunning CI again.
The text was updated successfully, but these errors were encountered:
Changes borrowed from PR golang-migrate#1104 to fix linting.
ed8b8b7
Merge pull request #1105 from Shion1305/shion/issue-1104
b16220c
#1104 Fix golanglint-ci lint config & lint errors
Not sure why github didn't auto-resolve this issue. It's fixed by #1105
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
When you run
golangci-lint
on this repository now, you'll get following errors.Here is the problem...
interfacer
linter, which is now deprecated.errcheck
fails on these code...migrate/internal/cli/main.go
Line 278 in aa2dad4
migrate/internal/cli/main.go
Line 309 in aa2dad4
Steps to Reproduce
Just run the latest version of
golangci-lint
.You can also reproduce by rerunning CI again.
The text was updated successfully, but these errors were encountered: