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>
This commit is contained in:
Kevin Ottens 2020-09-15 13:21:38 +02:00 committed by Kevin Ottens (Rebase PR Action)
parent 8aaa533a3e
commit 63c3580755
1 changed files with 1 additions and 0 deletions

View File

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