diff options
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 9ce5f42..c790467 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -44,6 +44,7 @@ readability-*,\ -readability-uppercase-literal-suffix,\ cmake-*,\ -cmake-ostringstream-use-cmstrcat,\ +-cmake-string-concatenation-use-cmstrcat,\ -cmake-use-bespoke-enum-class,\ " HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$' |