From de309c08c05382fee0792380de7df1bd65332da2 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sat, 14 Sep 2024 13:08:24 +0200 Subject: [PATCH] fix(clang-tidy): remove deprecated option (#1132) --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 1f4ea16..d089749 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -2,7 +2,6 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,google-*,modernize-*,-modernize-use-trailing-return-type,readability-*,portability-*,performance-*,bugprone-*,android-*,darwin-*,clang-analyzer-*' WarningsAsErrors: '' HeaderFilterRegex: '' -AnalyzeTemporaryDtors: false FormatStyle: file CheckOptions: - key: cert-dcl16-c.NewSuffixes