From 1b0cb722e6414fdbd21e3199b9323758303166d4 Mon Sep 17 00:00:00 2001 From: kannibalox Date: Sun, 10 Nov 2024 09:18:59 -0500 Subject: [PATCH] Remove non-naming checks --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index cc775ab6..8f8ffabe 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,5 +1,5 @@ --- -Checks: '-*,bugprone-*,readability-identifier-naming,performance-for-range-copy' +Checks: '-*,readability-identifier-naming' FormatStyle: 'file' CheckOptions: - key: readability-identifier-naming.LocalVariableCase