diff options
author | David Robillard <d@drobilla.net> | 2023-08-30 20:43:05 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d (patch) | |
tree | d7be35c7b4b3d466049352f2975e2c88c298f4b8 /test/headers | |
parent | b13ad41a4d65b577b4db67660a9edf3056bdf7af (diff) | |
download | serd-258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d.tar.gz serd-258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d.tar.bz2 serd-258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d.zip |
Use ZixStringView directly
Diffstat (limited to 'test/headers')
-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 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 |