diff options
author | David Robillard <d@drobilla.net> | 2022-12-10 12:11:49 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-11 13:09:54 -0500 |
commit | 9fb939e1a9fb1b0f13e1818e1c81bc15b70e8c64 (patch) | |
tree | 9cb043a9c67fb9776085a97d615cee17f3793a50 /test/headers/.clang-tidy | |
parent | 07248d1c3ea7cb071aafddebf0ba98221baa08d0 (diff) | |
download | sratom-9fb939e1a9fb1b0f13e1818e1c81bc15b70e8c64.tar.gz sratom-9fb939e1a9fb1b0f13e1818e1c81bc15b70e8c64.tar.bz2 sratom-9fb939e1a9fb1b0f13e1818e1c81bc15b70e8c64.zip |
Make clang-tidy configuration clean when run via meson
Diffstat (limited to 'test/headers/.clang-tidy')
-rw-r--r-- | test/headers/.clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 924f1d5..9457bcf 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -6,5 +6,5 @@ Checks: > -altera-*, -llvmlibc-*, WarningsAsErrors: '*' -HeaderFilterRegex: '.*/sratom\.h' +HeaderFilterRegex: '.*/sratom/[^/]+.h' FormatStyle: file |