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)
commit63c3580755c8dfb25c4df657acacf5c410df8967
tree9f2cdfa322b038ef5cc814688c84e038e68ee837
parent8aaa533a3e937c2bcf79344082d4172e8987c998
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>
.clang-tidy