[build] clang-tidy: Remove bugprone-exception-escape (#3415)

This generates warnings for using fmt::print() in main(), which is a
case we're okay with.
This commit is contained in:
Peter Johnson
2021-06-06 17:47:14 -07:00
committed by GitHub
parent a5c471af7e
commit 2abbbd9e70

View File

@@ -4,7 +4,6 @@ Checks:
bugprone-copy-constructor-init,
bugprone-dangling-handle,
bugprone-dynamic-static-initializers,
bugprone-exception-escape,
bugprone-forward-declaration-namespace,
bugprone-forwarding-reference-overload,
bugprone-inaccurate-erase,