Skip to content
Snippets Groups Projects
Commit 0eac6378 authored by Daniel Agar's avatar Daniel Agar
Browse files

clang-tidy relax function-size.LineThreshold

parent 9a2ce9a0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment