Files
ladybird/.clang-tidy
Jelle Raaijmakers b019633558 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.
2025-07-08 11:04:15 -04:00

2.8 KiB