mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-14 16:34:09 +00:00
Run clang-tidy against test files (#2568)
This commit is contained in:
parent
fe0a62118d
commit
a8af6cb3b4
@ -101,7 +101,9 @@ TESTS = \
|
||||
test_string_util
|
||||
|
||||
clang-tidy:
|
||||
clang-tidy -extra-arg-before=-xc++ *.h $(s3fs_SOURCES) -- $(DEPS_CFLAGS) $(CPPFLAGS)
|
||||
clang-tidy -extra-arg-before=-xc++ \
|
||||
*.h $(s3fs_SOURCES) test_curl_util.cpp test_page_list.cpp test_string_util.cpp \
|
||||
-- $(DEPS_CFLAGS) $(CPPFLAGS)
|
||||
|
||||
#
|
||||
# Local variables:
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "fdcache_stat.h"
|
||||
#include "test_util.h"
|
||||
|
||||
bool CacheFileStat::Open() { return false; }
|
||||
bool CacheFileStat::Open() { return false; } // NOLINT(readability-convert-member-functions-to-static)
|
||||
|
||||
void test_compress()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user