aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-06-08 10:09:08 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-06-08 10:09:08 +0300
commit53aba3f393f2e02a78ddaba2e934893a8bbf3246 (patch)
treeede7e2cbd027ef08385e9bcd1d166811558f5754 /.clang-tidy
parent4161bdc04debb70bf5f275492b4d89fd9330087c (diff)
clang-tidy : restore dot file from accidental deletion
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy18
1 files changed, 18 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 0000000..1a42b9a
--- /dev/null
+++ b/.clang-tidy
@@ -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