mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-05 01:10:24 +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:
committed by
Tim Flynn
parent
e96fd53eda
commit
b019633558
Notes:
github-actions[bot]
2025-07-08 15:05:16 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/b019633558a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5350 Reviewed-by: https://github.com/trflynn89
@@ -32,6 +32,7 @@ Checks: >
|
||||
-bugprone-macro-parentheses,
|
||||
-bugprone-reserved-identifier,-cert-dcl37-c,-cert-dcl51-cpp,
|
||||
-cert-dcl21-cpp,
|
||||
-misc-const-correctness,
|
||||
-misc-include-cleaner,
|
||||
-misc-no-recursion,
|
||||
-misc-non-private-member-variables-in-classes,
|
||||
|
||||
Reference in New Issue
Block a user