mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
clang-tidy relax function-size.LineThreshold
This commit is contained in:
@@ -212,7 +212,7 @@ CheckOptions:
|
|||||||
- key: google-readability-function-size.BranchThreshold
|
- key: google-readability-function-size.BranchThreshold
|
||||||
value: '600'
|
value: '600'
|
||||||
- key: google-readability-function-size.LineThreshold
|
- key: google-readability-function-size.LineThreshold
|
||||||
value: '3000'
|
value: '4000'
|
||||||
- key: google-readability-function-size.StatementThreshold
|
- key: google-readability-function-size.StatementThreshold
|
||||||
value: '4000'
|
value: '4000'
|
||||||
- key: google-readability-namespace-comments.ShortNamespaceLines
|
- key: google-readability-namespace-comments.ShortNamespaceLines
|
||||||
@@ -286,7 +286,7 @@ CheckOptions:
|
|||||||
- key: readability-function-size.BranchThreshold
|
- key: readability-function-size.BranchThreshold
|
||||||
value: '600'
|
value: '600'
|
||||||
- key: readability-function-size.LineThreshold
|
- key: readability-function-size.LineThreshold
|
||||||
value: '3000'
|
value: '4000'
|
||||||
- key: readability-function-size.StatementThreshold
|
- key: readability-function-size.StatementThreshold
|
||||||
value: '4000'
|
value: '4000'
|
||||||
- key: readability-identifier-naming.AbstractClassCase
|
- key: readability-identifier-naming.AbstractClassCase
|
||||||
|
|||||||
Reference in New Issue
Block a user