Explorar o código

Disable bugprone-forward-declaration-namespace check

Turns out this clang-tidy check can give false positives coming from
headers outside the project while it shouldn't.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Kevin Ottens %!s(int64=5) %!d(string=hai) anos
pai
achega
63c3580755
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .clang-tidy

+ 1 - 0
.clang-tidy

@@ -1,5 +1,6 @@
 Checks: '-*,
     bugprone-*,
+    -bugprone-forward-declaration-namespace,
     cppcoreguidelines-init-variables,
     misc-*,
     -misc-non-private-member-variables-in-classes,