1
0
Fork 0

lint: remove broken lint selection

The first line ended with a period instead of a comma, but both lints
were additionally unhelpful for quickshell.
This commit is contained in:
outfoxxed 2024-12-06 19:43:16 -08:00
parent ded3708762
commit be5e5fc4a5
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -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,