Skip to content

Commit 68424af

Browse files
Disable clang-tidy possibly throwing functions (#301)
1 parent a0b39d2 commit 68424af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solvers/cpp/.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Checks: >-
33
bugprone-*,
4-
cert-*,
4+
cert-*, -cert-err58-cpp,
55
clang-diagnostic-*,
66
clang-analyzer-*,
77
concurrency-*,

0 commit comments

Comments
 (0)