aboutsummaryrefslogtreecommitdiffstats
path: root/include/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-07 15:12:45 -0400
committerDavid Robillard <d@drobilla.net>2022-10-07 15:12:45 -0400
commitb60d2da07e4d7e348dfa8d414256a996f443d6a4 (patch)
treef1c3d6cebefe29f89d22b55efa5415fe0114e55f /include/.clang-tidy
parent0043a532727a3b015ff156ff904399bd7d78dcec (diff)
downloadpugl-b60d2da07e4d7e348dfa8d414256a996f443d6a4.tar.gz
pugl-b60d2da07e4d7e348dfa8d414256a996f443d6a4.tar.bz2
pugl-b60d2da07e4d7e348dfa8d414256a996f443d6a4.zip
Suppress new warnings in clang-tidy 14
Diffstat (limited to 'include/.clang-tidy')
-rw-r--r--include/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy
index 3421cc2..0a4ae44 100644
--- a/include/.clang-tidy
+++ b/include/.clang-tidy
@@ -6,5 +6,6 @@ Checks: >
-clang-diagnostic-unused-function,
-clang-diagnostic-unused-macros,
-llvmlibc-*,
+ -readability-identifier-length,
FormatStyle: file
HeaderFilterRegex: 'pugl/.*'