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>
@@ -1,5 +1,6 @@
Checks: '-*,
bugprone-*,
+ -bugprone-forward-declaration-namespace,
cppcoreguidelines-init-variables,
misc-*,
-misc-non-private-member-variables-in-classes,