X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fvendor%2F.clang-tidy;h=b298fbc7768882b4e1244e0b0f703d13bd08823f;hb=HEAD;hp=91aebac05c76af2ca048db07959882ca7351ecac;hpb=5c7248cd5bce45bf64d563fb4e130a63bf345f11;p=lttng-tools.git diff --git a/src/vendor/.clang-tidy b/src/vendor/.clang-tidy index 91aebac05..b298fbc77 100644 --- a/src/vendor/.clang-tidy +++ b/src/vendor/.clang-tidy @@ -1 +1,8 @@ +# clang-tidy uses the closest .clang-tidy in a parent directory +# to override settings. +# +# Add a dummy check since we can't disable them all without +# clang-tidy complaining. This ensures that generated code +# is not flagged. + Checks: '-*,llvm-twine-local'