clang-tidy: disable analysis for swig-generated code
[lttng-tools.git] / extras / bindings / swig / python / .clang-tidy
diff --git a/extras/bindings/swig/python/.clang-tidy b/extras/bindings/swig/python/.clang-tidy
new file mode 100644 (file)
index 0000000..8866f3d
--- /dev/null
@@ -0,0 +1,7 @@
+# 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.022739 seconds and 4 git commands to generate.