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

Feature request(AIP-192): Add a linter check for missing backticks #1208

Open
parthea opened this issue Jul 24, 2023 · 0 comments
Open

Feature request(AIP-192): Add a linter check for missing backticks #1208

parthea opened this issue Jul 24, 2023 · 0 comments

Comments

@parthea
Copy link
Contributor

parthea commented Jul 24, 2023

See the code snippet below which has a missing backtick. This can cause issue in client library documentation and a linter rule would help prevent issues from being introduced upstream.

  //  `"application/json"`. The default value is set to "application/json"`.

should be

  //  `"application/json"`. The default value is set to `"application/json"`.

https://github.com/googleapis/googleapis/blob/674883e3c55a16ed558ea0df1125537a956ff945/google/cloud/tasks/v2beta3/target.proto#L196

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

No branches or pull requests

1 participant