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
goreportcard-cli -v
Describe the bug When I use goreportcard-cli -v command to check the code quality of my Go project, the following error will be output:
Grade: A+ (99.6%) Files: 73 Issues: 1 gofmt: 100% go_vet: 98% router/init.go Line 21: error: package project-foo/docs is not in GOROOT (/usr/local/Cellar/go/1.15/libexec/src/project-foo/docs) (vet) gocyclo: 100% golint: 100% ineffassign: 100% license: 100% misspell: 100%
To Reproduce Steps to reproduce the behavior:
brew tap alecthomas/homebrew-tap brew install gometalinter go get github.com/gojp/goreportcard/cmd/goreportcard-cli
swag init
docs/
Expected behavior
Grade: A+ (100.0%) Files: 74 Issues: 0 gofmt: 100% go_vet: 100% gocyclo: 100% golint: 100% ineffassign: 100% license: 100% misspell: 100%
Your swag version v1.7.0
Your go version go version go1.15 darwin/amd64
The text was updated successfully, but these errors were encountered:
Fix the issue that using 'goreportcard-cli -v' will output errors (sw…
866ce1a
…aggo#872)
0213f4b
Fix the goreportcard-cli output error (#872) (#873)
b69dfd8
Merged.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When I use
goreportcard-cli -v
command to check the code quality of my Go project, the following error will be output:To Reproduce
Steps to reproduce the behavior:
swag init
to generate dirdocs/
goreportcard-cli -v
at Go project root dirExpected behavior
Your swag version
v1.7.0
Your go version
go version go1.15 darwin/amd64
The text was updated successfully, but these errors were encountered: