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
if the package under analysis hasn't a go.mod file, revive stops with the error
go.mod
revive
linting - retrieving failures channel: "<package full path>" doesn't seem to be part of a Go module
To Reproduce Steps to reproduce the behavior:
go install github.com/mgechev/revive@latest
vim-go/autoload/go/test-fixtures/lint/src/errcheck/go.mod
go-vimI
revive ./...
Expected behavior revive should analyze the go sources without reporting the above error
The text was updated successfully, but these errors were encountered:
@bhcleek could you please confirm that the PR #1028 fixes the problem?
Sorry, something went wrong.
chavacava
Successfully merging a pull request may close this issue.
if the package under analysis hasn't a
go.mod
file,revive
stops with the errorTo Reproduce
Steps to reproduce the behavior:
revive
go install github.com/mgechev/revive@latest
vim-go/autoload/go/test-fixtures/lint/src/errcheck/go.mod
go-vimI
directory, runrevive
:Expected behavior
revive
should analyze the go sources without reporting the above errorThe text was updated successfully, but these errors were encountered: