From d524627a9b300641a1b97a731fd91af9b9243276 Mon Sep 17 00:00:00 2001 From: Miki Rozloznik Date: Wed, 28 Feb 2024 10:12:45 +0530 Subject: [PATCH] suppress bugprone-exception-escape --- test/arguments/without_writer_code/ClangTidySuppressions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/arguments/without_writer_code/ClangTidySuppressions.txt b/test/arguments/without_writer_code/ClangTidySuppressions.txt index cc3bdbdbf..4d4fcd010 100644 --- a/test/arguments/without_writer_code/ClangTidySuppressions.txt +++ b/test/arguments/without_writer_code/ClangTidySuppressions.txt @@ -1,5 +1,6 @@ bugprone-exception-escape:gen/without_writer_code/ItemChoice.cpp bugprone-exception-escape:gen/without_writer_code/ItemChoice.h +bugprone-exception-escape:gen/without_writer_code/WorldDb.cpp cert-err58-cpp:cpp/WithoutWriterCodeTest.cpp