Update .clang-tidy check list
This commit is contained in:
@@ -16,6 +16,7 @@ Checks: >-
|
||||
-cert-err58-cpp,
|
||||
-fuchsia*,
|
||||
-hicpp-no-array-decay,
|
||||
-hicpp-special-member-functions,
|
||||
-google-readability-todo,
|
||||
-google-default-arguments,
|
||||
-google-explicit-constructor,
|
||||
@@ -26,7 +27,7 @@ Checks: >-
|
||||
-llvm-header-guard,
|
||||
-llvm-namespace-comment,
|
||||
-misc-no-recursion,
|
||||
-hicpp-special-member-functions,
|
||||
-misc-non-private-member-variables-in-classes,
|
||||
-modernize-use-nodiscard,
|
||||
-modernize-use-trailing-return-type,
|
||||
-mpi*,
|
||||
@@ -36,6 +37,7 @@ Checks: >-
|
||||
-readability-identifier-naming,
|
||||
-readability-redundant-smartptr-get,
|
||||
-readability-convert-member-functions-to-static,
|
||||
-readability-function-cognitive-complexity,
|
||||
-darwin*,
|
||||
-zircon*
|
||||
WarningsAsErrors: '*'
|
||||
|
||||
Reference in New Issue
Block a user