aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-21 11:17:32 -0500
committerDavid Robillard <d@drobilla.net>2025-01-21 11:17:32 -0500
commit8c8c268bf2166b9049b51cde89a3330462771249 (patch)
treee4a8f33e0dff8989cea934e91ea2cb6ea0f29d8d /.clang-tidy
parent19b57eae068efd0c56469a1feb4401bc9aa338b8 (diff)
downloadpugl-8c8c268bf2166b9049b51cde89a3330462771249.tar.gz
pugl-8c8c268bf2166b9049b51cde89a3330462771249.tar.bz2
pugl-8c8c268bf2166b9049b51cde89a3330462771249.zip
Separate C++ build tests to avoid C/C++ warning clashes
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 9af40ce..fb84f01 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,4 +1,4 @@
-# Copyright 2020-2024 David Robillard <d@drobilla.net>
+# Copyright 2020-2025 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
@@ -13,6 +13,7 @@ Checks: >
-misc-include-cleaner,
-readability-avoid-nested-conditional-operator,
-readability-identifier-length,
+ -readability-implicit-bool-conversion,
CheckOptions:
- key: hicpp-uppercase-literal-suffix.NewSuffixes
value: L;U;f