summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-06-12 13:21:58 +0200
committerPancakeTAS <pancake@mgnet.work>2026-06-14 16:26:28 +0200
commitca1214ee1d5f7b3364b1320f45c05b2c84f56ba8 (patch)
tree847e7e5ec3118266e54bd5336fe78f7d870e1945
parentInitial commit (diff)
(initial commit)
-rw-r--r--.clang-tidy2
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