clang-tidy: disable analysis for swig-generated code
[lttng-tools.git] / src / common / filter / .clang-tidy
index 91aebac05c76af2ca048db07959882ca7351ecac..b298fbc7768882b4e1244e0b0f703d13bd08823f 100644 (file)
@@ -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'
This page took 0.023596 seconds and 4 git commands to generate.