Merge pull request #4155 from nyfix/clangtidy-format

fix formatting problems in .clang-tidy options
This commit is contained in:
Luca Boccassi 2021-03-03 19:36:25 +00:00 committed by GitHub
commit 229fbeee1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,\