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

CheckOptions for clang-tidy by clangd.arguments in vscode setting.json #565

Open
yangtzech opened this issue Dec 17, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@yangtzech
Copy link

Can CheckOptions, such as readability-identifier-naming.FunctionCase: camelBack, be passed to clang-tidy through clangd.arguments? It appears that --clang-tidy-checks only supports certain checks without options, like bugprone-argument-comment. While I understand that this configuration can be easily done using .clangd or config.yaml. But passing through clangd.arguments in vscode setting.json can be synced across different machines.

@yangtzech yangtzech added the enhancement New feature or request label Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant