Skip to content
Snippets Groups Projects
Commit cdb6c225 authored by Henri Chataing's avatar Henri Chataing Committed by Gerrit Code Review
Browse files

Merge "RootCanal: Enable bugprone-*, cert-* clang-tidy warnings"

parents afe48514 9d76f0b7
No related branches found
No related tags found
No related merge requests found
......@@ -19,14 +19,18 @@ cc_defaults {
tidy_checks: [
"-*",
"readability-*",
"-readability-function-size",
"-readability-function-size",
"-readability-identifier-length",
"-readability-implicit-bool-conversion",
"-readability-magic-numbers",
"-readability-use-anyofallof",
"bugprone-*",
"cert-*",
],
tidy_checks_as_errors: [
"readability-*",
"bugprone-*",
"cert-*",
],
tidy_flags: [
"--header-filter=^.*tools\\/rootcanal\\/(model|include|net|desktop)\\/(.(?!\\.pb\\.h))*$",
......
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