Skip to content

Commit

Permalink
add NOLINT
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Oct 30, 2024
1 parent 31cb60f commit 271b874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion multi_physics/QED/QED_table_generator/table_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,9 @@ std::string parse_file_name_prefix(std::map<std::string, std::string>& args){
}
}


// This is added because clang-tidy seems to erroneously
// flag this function for this specific test.
// NOLINTNEXTLINE(bugprone-exception-escape)
int main(int argc, char** argv)
{
try{
Expand Down

0 comments on commit 271b874

Please sign in to comment.