Skip to content

Update README.md #5

New issue

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

syahzuan
Copy link

@syahzuan syahzuan commented May 4, 2025

Copy link

cla-bot bot commented May 4, 2025

We require contributors to sign our Contributor License Agreement, and we don't have @syahzuan on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@syahzuan
Copy link
Author

syahzuan commented May 4, 2025

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label May 4, 2025
Copy link

cla-bot bot commented May 4, 2025

The cla-bot has been summoned, and re-checked this pull request!

@ankibalyan
Copy link

This should be merged to avoid confusion, and running back and forth to verify options.

"lsp": {
"golangci-lint": {
"initialization_options": {
"command": ["golangci-lint", "run", "--output.json.path", "stdout", "--issues-exit-code=1"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, it started to work once I added an extra flag:

Suggested change
"command": ["golangci-lint", "run", "--output.json.path", "stdout", "--issues-exit-code=1"]
"command": ["golangci-lint", "run", "--output.json.path", "stdout", "--issues-exit-code=1", "--show-stats=false"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants