diff options
| -rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 43da0bb..76750e3 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -13,6 +13,8 @@ Checks: - -readability-identifier-length - -readability-magic-numbers - -readability-else-after-return +- -readability-isolate-declaration - -bugprone-easily-swappable-parameters +- -bugprone-unchecked-string-to-number-conversion - -portability-avoid-pragma-once - -modernize-macro-to-enum |
