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

Passing --load for custom clang-tidy checks #55

Open
connorjsmith opened this issue Dec 3, 2023 · 1 comment
Open

Passing --load for custom clang-tidy checks #55

connorjsmith opened this issue Dec 3, 2023 · 1 comment

Comments

@connorjsmith
Copy link

How would I be able to pass an arbitrary command line param (specifically --load, to load a custom clang-tidy check)?

Thanks in advance!

@erenon
Copy link
Owner

erenon commented Dec 4, 2023

Try pass it through --copts. If that works, you can add it to your bazelrc (here: https://github.com/erenon/bazel_clang_tidy/blob/master/.bazelrc)

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

No branches or pull requests

2 participants