From be5e5fc4a5ffb6fc011542ed2badd70a22b42ab6 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 6 Dec 2024 19:43:16 -0800 Subject: [PATCH] lint: remove broken lint selection The first line ended with a period instead of a comma, but both lints were additionally unhelpful for quickshell. --- .clang-tidy | 2 -- 1 file changed, 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index f8d764ce..18c5cf37 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -17,8 +17,6 @@ Checks: > -cppcoreguidelines-avoid-goto, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-avoid-do-while, - google-build-using-namespace. - google-explicit-constructor, google-global-names-in-headers, google-readability-casting, google-runtime-int,