mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Disable "readability-identifier-length" clang-tidy checks
Short identifier names like "i", "x", "fd" are fairly common and fine.
This commit is contained in:
parent
88da7cc383
commit
2482966db9
Notes:
sideshowbarker
2024-07-18 00:54:09 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2482966db99
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ Checks: >
|
|||
-performance-noexcept-move-constructor,
|
||||
-performance-no-int-to-ptr,
|
||||
-readability-braces-around-statements,
|
||||
-readability-identifier-length,
|
||||
-readability-magic-numbers,
|
||||
-readability-named-parameter,
|
||||
-readability-uppercase-literal-suffix,
|
||||
|
|
Loading…
Reference in a new issue