aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-28 10:55:42 -0400
committerDavid Robillard <d@drobilla.net>2021-08-28 12:58:23 -0400
commite1569942291787743e86ab7445944dc4d451ef73 (patch)
tree21f1270f8a518ad1de246cbdace88f86e2d7f57c /examples/.clang-tidy
parent79116b0431e3be95f5abcac0c456361e486824d8 (diff)
downloadpugl-e1569942291787743e86ab7445944dc4d451ef73.tar.gz
pugl-e1569942291787743e86ab7445944dc4d451ef73.tar.bz2
pugl-e1569942291787743e86ab7445944dc4d451ef73.zip
Suppress new clang-tidy warnings
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