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
The docker installation method specified in the website and/or README is inaccurate
README
The command as specified here https://golangci-lint.run/usage/install/#docker i.e.
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint: golangci-lint run -v
is not executable and results in a docker error
docker: invalid reference format. See 'docker run --help'.
suggested fix:
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint golangci-lint run -v
$ golangci-lint --version golangci-lint has version v1.48.0 built from 2d8fea81 on 2022-08-04T19:06:48Z
$ cat .golangci.yml N/A
$ go version && go env N/A
$ golangci-lint cache clean $ golangci-lint run -v N/A
N/A
The text was updated successfully, but these errors were encountered:
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.
Sorry, something went wrong.
hello,
the problem is fixed, it was just a bug during the generation of the doc.
No branches or pull requests
Welcome
Description of the problem
The docker installation method specified in the website and/or
README
is inaccurateThe command as specified here https://golangci-lint.run/usage/install/#docker i.e.
is not executable and results in a docker error
suggested fix:
Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
The text was updated successfully, but these errors were encountered: