Skip to content
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

staticcheck: make it impossible to write e.g. "// go:nosplit" #1120

Open
kevinburke opened this issue Nov 10, 2021 · 1 comment · May be fixed by #1480
Open

staticcheck: make it impossible to write e.g. "// go:nosplit" #1120

kevinburke opened this issue Nov 10, 2021 · 1 comment · May be fixed by #1480

Comments

@kevinburke
Copy link
Contributor

https://go-review.googlesource.com/c/go/+/361595 fixes code in the standard library that was not taking effect because of a space character. It would be nice if staticcheck could flag these.

@kevinburke kevinburke added the needs-triage Newly filed issue that needs triage label Nov 10, 2021
@dominikh dominikh added new-check and removed needs-triage Newly filed issue that needs triage labels Nov 10, 2021
@dominikh
Copy link
Owner

We can probably do that.

@dominikh dominikh changed the title Make it impossible to write e.g. "// go:nosplit" staticcheck: make it impossible to write e.g. "// go:nosplit" Nov 10, 2021
@echlebek echlebek linked a pull request Dec 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants