From 0880114ada2e300b3567d78c31cdefcc0c14ce32 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Mon, 14 Nov 2022 13:53:12 -0500 Subject: clang-tidy: disable ostringstream check CMake is not remotely ready for this yet... --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 18aa86ecdf..7ee8bf04d9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -34,6 +34,7 @@ readability-*,\ -readability-suspicious-call-argument,\ -readability-uppercase-literal-suffix,\ cmake-*,\ +-cmake-ostringstream-use-cmstrcat,\ -cmake-use-bespoke-enum-class,\ " HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$' -- cgit v1.2.1