Disable bugprone-forward-declaration-namespace check
authorKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Sep 2020 11:21:38 +0000 (13:21 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Tue, 15 Sep 2020 12:04:32 +0000 (12:04 +0000)
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>
.clang-tidy

index 6028c43908edae25af93c8253d7c3ef161cb2bde..d24954c3916d17269d0c8962c79d82b43b41ff87 100644 (file)
@@ -1,5 +1,6 @@
 Checks: '-*,
     bugprone-*,
+    -bugprone-forward-declaration-namespace,
     cppcoreguidelines-init-variables,
     misc-*,
     -misc-non-private-member-variables-in-classes,