diff options
| author | PancakeTAS <pancake@mgnet.work> | 2026-06-12 13:21:58 +0200 |
|---|---|---|
| committer | PancakeTAS <pancake@mgnet.work> | 2026-06-14 16:26:28 +0200 |
| commit | ca1214ee1d5f7b3364b1320f45c05b2c84f56ba8 (patch) | |
| tree | 847e7e5ec3118266e54bd5336fe78f7d870e1945 | |
| parent | Initial commit (diff) | |
(initial commit)
| -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 |
