Skip to content
Snippets Groups Projects
Commit fffd3d4c authored by Daniel Agar's avatar Daniel Agar
Browse files

clang-tidy ignore google-global-names-in-headers and misc-redundant-expression

parent 180ec592
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
# evaluate # google-build-using-namespace,
google-default-arguments,
## TODO: fix code and enable # google-explicit-constructor,
google-global-names-in-headers,
## evaluate # google-global-names-in-headers,
google-readability-braces-around-statements,
#google-readability-casting,
google-readability-function-size,
......@@ -117,7 +117,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
misc-new-delete-overloads,
misc-noexcept-move-constructor,
misc-non-copyable-objects,
misc-redundant-expression,
## TODO: fix and enable # misc-redundant-expression,
misc-sizeof-container,
misc-sizeof-expression,
misc-static-assert,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment