We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088e8c2 commit ea0f861Copy full SHA for ea0f861
.clang-tidy
@@ -27,7 +27,6 @@ Checks: >
27
-modernize-avoid-c-arrays,
28
-modernize-loop-convert,
29
-modernize-use-trailing-return-type,
30
- -readability-identifier-length,
31
-readability-magic-numbers
32
33
WarningsAsErrors: "*"
@@ -84,5 +83,9 @@ CheckOptions:
84
83
# Functions with scores beyond 15 are typically flagged as potentially problematic (empirically)
85
- key: readability-function-cognitive-complexity.Threshold
86
value: 20 # default: 25
+ - key: readability-identifier-length.MinimumVariableNameLength
87
+ value: 1
88
+ - key: readability-identifier-length.MinimumParameterNameLength
89
90
- key: misc-include-cleaner.IgnoreHeaders
91
value: '(opencv2/.*|__chrono/.*)'
0 commit comments