Enable clang-tidy google-global-names-in-headers

Official docs:

  Flag global namespace pollution in header files. Right now it only
  triggers on using declarations and directives.
This commit is contained in:
Robert Schulze 2022-05-08 18:29:30 +02:00
parent 99b92438f0
commit b51edf69b4
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -36,7 +36,6 @@ Checks: '*,
-fuchsia-*,
-google-build-using-namespace,
-google-global-names-in-headers,
-google-readability-braces-around-statements,
-google-readability-function-size,
-google-readability-namespace-comments,