]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
clang-tidy : restore dot file from accidental deletion
authorGeorgi Gerganov <redacted>
Thu, 8 Jun 2023 07:09:08 +0000 (10:09 +0300)
committerGeorgi Gerganov <redacted>
Thu, 8 Jun 2023 07:09:08 +0000 (10:09 +0300)
.clang-tidy [new file with mode: 0644]

diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644 (file)
index 0000000..1a42b9a
--- /dev/null
@@ -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