clang-tidy: disable analysis for swig-generated code
[lttng-tools.git] / src / common / filter / .clang-tidy
... / ...
CommitLineData
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.
7
8Checks: '-*,llvm-twine-local'
This page took 0.021691 seconds and 4 git commands to generate.