diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-11-06 10:25:19 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-11-07 12:46:19 +0100 |
commit | b78e72da0b27e222592ff1f1578c69bad4756c65 (patch) | |
tree | 392f22ede5c9dcc6585a5198272ff9324eb6faa2 /arch.c | |
parent | 8346216c9adf34920a6c0724d332c53557051557 (diff) | |
download | passt-b78e72da0b27e222592ff1f1578c69bad4756c65.tar passt-b78e72da0b27e222592ff1f1578c69bad4756c65.tar.gz passt-b78e72da0b27e222592ff1f1578c69bad4756c65.tar.bz2 passt-b78e72da0b27e222592ff1f1578c69bad4756c65.tar.lz passt-b78e72da0b27e222592ff1f1578c69bad4756c65.tar.xz passt-b78e72da0b27e222592ff1f1578c69bad4756c65.tar.zst passt-b78e72da0b27e222592ff1f1578c69bad4756c65.zip |
clang: Move clang-tidy configuration from Makefile to .clang-tidy
Currently we configure clang-tidy with a very long command line spelled out
in the Makefile (mostly a big list of lints to disable). Move it from here
into a .clang-tidy configuration file, so that the config is accessible if
clang-tidy is invoked in other ways (e.g. via clangd) as well. As a bonus
this also means that we can move the bulky comments about why we're
suppressing various tests inline with the relevant config lines.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'arch.c')
0 files changed, 0 insertions, 0 deletions