fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / extras / bindings / swig / python / .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 Checks: '-*,llvm-twine-local'
This page took 0.030009 seconds and 4 git commands to generate.