Skip to content

Commit 271b874

Browse files
committed
add NOLINT
1 parent 31cb60f commit 271b874

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

multi_physics/QED/QED_table_generator/table_generator.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,9 @@ std::string parse_file_name_prefix(std::map<std::string, std::string>& args){
767767
}
768768
}
769769

770-
770+
// This is added because clang-tidy seems to erroneously
771+
// flag this function for this specific test.
772+
// NOLINTNEXTLINE(bugprone-exception-escape)
771773
int main(int argc, char** argv)
772774
{
773775
try{

0 commit comments

Comments
 (0)