From ff5b46e0ad18dc71b125f23d1beef1eeb227b3d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jun 2022 19:38:48 -0400 Subject: Simplify clang-tidy configuration --- src/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'src/.clang-tidy') diff --git a/src/.clang-tidy b/src/.clang-tidy index 981e098..48a7467 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -8,7 +8,6 @@ Checks: > -hicpp-signed-bitwise, -llvm-header-guard, -llvmlibc-*, - -performance-no-int-to-ptr, -readability-function-cognitive-complexity, FormatStyle: file HeaderFilterRegex: 'pugl/.*' -- cgit v1.2.1