aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'examples/.clang-tidy')
-rw-r--r--examples/.clang-tidy4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/.clang-tidy b/examples/.clang-tidy
index e7e83a6..a03027e 100644
--- a/examples/.clang-tidy
+++ b/examples/.clang-tidy
@@ -4,6 +4,7 @@ Checks: >
-*avoid-c-arrays,
-*magic-numbers,
-*uppercase-literal-suffix,
+ -altera-struct-pack-align,
-android-cloexec-fopen,
-bugprone-macro-parentheses,
-bugprone-reserved-identifier,
@@ -13,6 +14,7 @@ Checks: >
-cert-flp30-c,
-clang-analyzer-alpha.*,
-clang-analyzer-security.FloatLoopCounter,
+ -concurrency-mt-unsafe,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
@@ -33,6 +35,8 @@ Checks: >
-llvmlibc-*,
-misc-misplaced-const,
-modernize-use-trailing-return-type,
+ -performance-no-int-to-ptr,
+ -readability-function-cognitive-complexity,
-readability-implicit-bool-conversion,
-readability-named-parameter,
FormatStyle: file