clang-tidy : restore dot file from accidental deletion

This commit is contained in:
Georgi Gerganov 2023-06-08 10:09:08 +03:00
parent 4161bdc04d
commit 53aba3f393
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

18
.clang-tidy Normal file
View file

@ -0,0 +1,18 @@
---
Checks: >
bugprone-*,
-bugprone-easily-swappable-parameters,
-bugprone-implicit-widening-of-multiplication-result,
-bugprone-narrowing-conversions,
readability-*,
-readability-avoid-unconditional-preprocessor-if,
-readability-function-cognitive-complexity,
-readability-identifier-length,
-readability-implicit-bool-conversion,
-readability-magic-numbers,
-readability-uppercase-literal-suffix,
clang-analyzer-*,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
performance-*,
portability-*,
FormatStyle: none