1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 00:30:47 +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:
Andreas Kling 2021-11-20 16:08:40 +01:00
parent 88da7cc383
commit 2482966db9

View File

@ -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,