.clang-tidy: ignore identifier length

This commit is contained in:
Andrej730
2026-09-16 12:06:48 +05:00
parent bf372a861a
commit 776eea17da
+6 -1
View File
@@ -1,4 +1,9 @@
Checks: 'bugprone-*,cert-*,clang-analyzer-*,readability-*'
Checks: >
bugprone-*,
cert-*,
clang-analyzer-*,
readability-*,
-readability-identifier-length,
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none