mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
Meta: Disable clang-tidy's const correctness checks
Using `const` should not be warned about everywhere if it does not have a clear advantages. Compilers are able to deduce constness in most cases and on top of that, it's generally accepted that using `const` communicates developer intent above all else.
This commit is contained in:
parent
e96fd53eda
commit
b019633558
Notes:
github-actions[bot]
2025-07-08 15:05:16 +00:00
Author: https://github.com/gmta
Commit: b019633558
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5350
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ Checks: >
|
||||||
-bugprone-macro-parentheses,
|
-bugprone-macro-parentheses,
|
||||||
-bugprone-reserved-identifier,-cert-dcl37-c,-cert-dcl51-cpp,
|
-bugprone-reserved-identifier,-cert-dcl37-c,-cert-dcl51-cpp,
|
||||||
-cert-dcl21-cpp,
|
-cert-dcl21-cpp,
|
||||||
|
-misc-const-correctness,
|
||||||
-misc-include-cleaner,
|
-misc-include-cleaner,
|
||||||
-misc-no-recursion,
|
-misc-no-recursion,
|
||||||
-misc-non-private-member-variables-in-classes,
|
-misc-non-private-member-variables-in-classes,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue