]> git.ipfire.org Git - thirdparty/pdns.git/commit
clang-tidy: Disable cppcoreguidelines-avoid-non-const-global-variables 12813/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 12 May 2023 15:57:02 +0000 (17:57 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 12 May 2023 15:57:02 +0000 (17:57 +0200)
commitc0a71561d71bd7a8bf7107be3d8f5414262a026b
tree7f55d3cb188eff30e68fb2a19884f52b05d23e84
parent7b9ab64cdf7961020dccb27e600675dec661a86e
clang-tidy: Disable cppcoreguidelines-avoid-non-const-global-variables

While I agree that we should try to avoid non-const global vars
as much as possible, this rule kills the boost testing framework
so we cannot keep it.
.clang-tidy.full