X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Ffilter%2F.clang-tidy;h=b298fbc7768882b4e1244e0b0f703d13bd08823f;hb=40ebe2193c00a3b67294ad38b47537cdd68b0e82;hp=91aebac05c76af2ca048db07959882ca7351ecac;hpb=e665dfbce25215d5ec77ff03a279c7163b337db1;p=lttng-tools.git diff --git a/src/common/filter/.clang-tidy b/src/common/filter/.clang-tidy index 91aebac05..b298fbc77 100644 --- a/src/common/filter/.clang-tidy +++ b/src/common/filter/.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'