We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
golangci-lint run
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
A clear and concise description of what the bug is.
Please run docker run -i --rm ghcr.io/github/github-mcp-server ./github-mcp-server --version and paste the output below
docker run -i --rm ghcr.io/github/github-mcp-server ./github-mcp-server --version
Running golangci-lint run returns an error.
Error: can't load config: can't unmarshal config by viper (flags, file): 1 error(s) decoding: * 'output.formats' expected a map, got 'string' Failed executing command with error: can't load config: can't unmarshal config by viper (flags, file): 1 error(s) decoding: * 'output.formats' expected a map, got 'string'
I'm trying to setup the project in my local machine by going through the CONTRIBUTING guide. And running golangci-lint run returns this error.
I noticed that the .golangci.yml was migrated to the latest config. Is migrating the config is the right thing to do?
.golangci.yml
The text was updated successfully, but these errors were encountered:
golangci-lint version 2 is only 6 weeks old or so (https://github.com/golangci/golangci-lint/releases/tag/v2.0.0) and we haven't updated our CI from version 1 (https://github.com/github/github-mcp-server/blob/e56c096e398faf9cf49f528816c208d931f9d834/.github/workflows/lint.yaml)
I would welcome a PR that fixes this, and updates our CI and documentation to require golangci-lint version 2.
Sorry, something went wrong.
I would love to raise a PR and am looking forward to some suggestions.
Successfully merging a pull request may close this issue.
Describe the bug
A clear and concise description of what the bug is.
Affected version
Please run
docker run -i --rm ghcr.io/github/github-mcp-server ./github-mcp-server --version
and paste the output belowSteps to reproduce the behavior
golangci-lint run
with golangci version >= 2.Expected vs actual behavior
Running
golangci-lint run
returns an error.Logs
I'm trying to setup the project in my local machine by going through the CONTRIBUTING guide. And running
golangci-lint run
returns this error.I noticed that the
.golangci.yml
was migrated to the latest config. Is migrating the config is the right thing to do?The text was updated successfully, but these errors were encountered: