clang-tidy relax function-size.LineThreshold

This commit is contained in:
Daniel Agar 2017-02-01 14:44:02 -05:00
parent 9a2ce9a098
commit 0eac637870
1 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ CheckOptions:
- key: google-readability-function-size.BranchThreshold
value: '600'
- key: google-readability-function-size.LineThreshold
value: '3000'
value: '4000'
- key: google-readability-function-size.StatementThreshold
value: '4000'
- key: google-readability-namespace-comments.ShortNamespaceLines
@ -286,7 +286,7 @@ CheckOptions:
- key: readability-function-size.BranchThreshold
value: '600'
- key: readability-function-size.LineThreshold
value: '3000'
value: '4000'
- key: readability-function-size.StatementThreshold
value: '4000'
- key: readability-identifier-naming.AbstractClassCase