From 9fb939e1a9fb1b0f13e1818e1c81bc15b70e8c64 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2022 12:11:49 -0500 Subject: Make clang-tidy configuration clean when run via meson --- test/headers/.clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/headers') 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 -- cgit v1.2.1