aboutsummaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-08-30 20:43:05 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d (patch)
treed7be35c7b4b3d466049352f2975e2c88c298f4b8 /test/headers
parentb13ad41a4d65b577b4db67660a9edf3056bdf7af (diff)
downloadserd-258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d.tar.gz
serd-258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d.tar.bz2
serd-258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d.zip
Use ZixStringView directly
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index 2d823c5a..36e379b5 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -8,5 +8,5 @@ Checks: >
-modernize-macro-to-enum,
-readability-identifier-length,
WarningsAsErrors: '*'
-HeaderFilterRegex: '.*'
+HeaderFilterRegex: '.*/serd/.*\.h'
FormatStyle: file