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