From 0ec06d1ede2fed03996f9eb4bebee34ddb33a41d Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Wed, 5 Jun 2024 20:25:21 +0200 Subject: [PATCH] wip --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 98c22abe2..7e3a779ac 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -16,6 +16,7 @@ Checks: > -bugprone-chained-comparison, -bugprone-incorrect-enable-if, -bugprone-switch-missing-default-case, + -bugprone-empty-catch, -clang-analyzer-*, -clang-diagnostic-deprecated-declarations, -clang-diagnostic-constant-conversion,