From dc2ee409cb2b8a9e1000b6a880c3006927cae3b5 Mon Sep 17 00:00:00 2001 From: Bill Torpey Date: Wed, 3 Mar 2021 11:14:49 -0500 Subject: [PATCH] - fix formatting problems in .clang-tidy options --- .clang-tidy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index 5a7c53eb..0abe92bf 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -12,8 +12,8 @@ Checks: "*,\ -cppcoreguidelines-avoid-goto,\ -cppcoreguidelines-pro-type-member-init,\ -cppcoreguidelines-pro-type-static-cast-downcast,\ -# not applicable\ --fuchsia-default-argument-calls,\ +# not applicable,\ +-fuchsia-default-arguments-calls,\ -fuchsia-overloaded-operator,\ -fuchsia-statically-constructed-objects,\ # not currently a coding convention, C++11-specific, but conceivable,\