mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +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
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…
Add table
Add a link
Reference in a new issue