Browse Source

clang-tidy: strict modernize-use-noexcept

Fabian Peter Hammerle 6 years ago
parent
commit
93b5257e98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .clang-tidy

+ 1 - 1
.clang-tidy

@@ -33,10 +33,10 @@ Checks: >-
   performance-*,
   readability-*,
 
+# TODO fix remaining warnings in this list
 WarningsAsErrors: >-
   *,
   -clang-diagnostic-return-type,
   -cppcoreguidelines-pro-bounds-pointer-arithmetic,
   -cppcoreguidelines-pro-type-member-init,
-  -modernize-use-noexcept,
   -performance-move-const-arg,