diff --git a/.clang-tidy b/.clang-tidy index 78c3002f..cc5618e3 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -38,7 +38,6 @@ Checks: > -modernize-use-emplace WarningsAsErrors: "" HeaderFilterRegex: ".*" -AnalyzeTemporaryDtors: false FormatStyle: file CheckOptions: - key: cppcoreguidelines-avoid-magic-numbers.IgnoredFloatingPointValues @@ -50,9 +49,9 @@ CheckOptions: - key: readability-magic-numbers.IgnoredIntegerValues value: "1;2;3;4;" - key: llvm-namespace-comment.ShortNamespaceLines - value: '1' + value: "1" - key: llvm-namespace-comment.SpacesBeforeComments - value: '2' + value: "2" - key: misc-move-constructor-init.IncludeStyle value: google - key: modernize-loop-convert.NamingStyle @@ -62,10 +61,10 @@ CheckOptions: - key: modernize-replace-auto-ptr.IncludeStyle value: google - key: performance-for-range-copy.WarnOnAllAutoCopies - value: '1' + value: "1" - key: performance-type-promotion-in-math-fn.IncludeStyle value: google - key: performance-unnecessary-value-param.IncludeStyle value: google - key: readability-braces-around-statements.ShortStatementLines - value: '1' + value: "1"