forked from quickshell/quickshell
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:
parent
ded3708762
commit
be5e5fc4a5
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue