Use unique .clang-tidy for test, ignoring checks for magic numbers

This commit is contained in:
Dan Paulat 2025-02-18 12:07:35 -06:00
parent 7e9895e002
commit 3998f0fe36
3 changed files with 19 additions and 3 deletions

View file

@ -126,7 +126,7 @@ jobs:
--build_dir='../build' \
--base_dir='${{ github.workspace }}/source' \
--clang_tidy_checks='' \
--config_file='.clang-tidy' \
--config_file='' \
--include='*.[ch],*.[ch]xx,*.[chi]pp,*.[ch]++,*.cc,*.hh' \
--exclude='' \
--apt-packages='' \