Skip to content

Commit

Permalink
Meta: Disable "readability-identifier-length" clang-tidy checks
Browse files Browse the repository at this point in the history
Short identifier names like "i", "x", "fd" are fairly common and fine.
  • Loading branch information
awesomekling committed Nov 21, 2021
1 parent 88da7cc commit 2482966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2482966

Please sign in to comment.