mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
clang-tidy relax function-size.StatementThreshold
This commit is contained in:
+2
-2
@@ -214,7 +214,7 @@ CheckOptions:
|
|||||||
- key: google-readability-function-size.LineThreshold
|
- key: google-readability-function-size.LineThreshold
|
||||||
value: '3000'
|
value: '3000'
|
||||||
- key: google-readability-function-size.StatementThreshold
|
- key: google-readability-function-size.StatementThreshold
|
||||||
value: '3400'
|
value: '4000'
|
||||||
- key: google-readability-namespace-comments.ShortNamespaceLines
|
- key: google-readability-namespace-comments.ShortNamespaceLines
|
||||||
value: '10'
|
value: '10'
|
||||||
- key: google-readability-namespace-comments.SpacesBeforeComments
|
- key: google-readability-namespace-comments.SpacesBeforeComments
|
||||||
@@ -288,7 +288,7 @@ CheckOptions:
|
|||||||
- key: readability-function-size.LineThreshold
|
- key: readability-function-size.LineThreshold
|
||||||
value: '3000'
|
value: '3000'
|
||||||
- key: readability-function-size.StatementThreshold
|
- key: readability-function-size.StatementThreshold
|
||||||
value: '3400'
|
value: '4000'
|
||||||
- key: readability-identifier-naming.AbstractClassCase
|
- key: readability-identifier-naming.AbstractClassCase
|
||||||
value: aNy_CasE
|
value: aNy_CasE
|
||||||
- key: readability-identifier-naming.AbstractClassPrefix
|
- key: readability-identifier-naming.AbstractClassPrefix
|
||||||
|
|||||||
Reference in New Issue
Block a user