forked from quickshell/quickshell
all: fix clang 18 lints
This commit is contained in:
parent
e957e88ccb
commit
2571766d3b
27 changed files with 47 additions and 35 deletions
|
@ -6,6 +6,7 @@ Checks: >
|
|||
bugprone-*,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-forward-declararion-namespace,
|
||||
-bugprone-forward-declararion-namespace,
|
||||
concurrency-*,
|
||||
cppcoreguidelines-*,
|
||||
-cppcoreguidelines-owning-memory,
|
||||
|
@ -42,6 +43,7 @@ Checks: >
|
|||
-readability-else-after-return,
|
||||
-readability-container-data-pointer,
|
||||
-readability-implicit-bool-conversion,
|
||||
-readability-avoid-nested-conditional-operator,
|
||||
tidyfox-*,
|
||||
CheckOptions:
|
||||
performance-for-range-copy.WarnOnAllAutoCopies: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue