clang-tidy: disable analysis for swig-generated code
[lttng-tools.git] / extras / bindings / swig / python / .clang-tidy
CommitLineData
3f46fd26
JG
1# clang-tidy uses the closest .clang-tidy in a parent directory
2# to override settings.
3#
4# Add a dummy check since we can't disable them all without
5# clang-tidy complaining. This ensures that generated code
6# is not flagged.
7Checks: '-*,llvm-twine-local'
This page took 0.02224 seconds and 4 git commands to generate.