Limit lines of code per func to 900

This commit is contained in:
Arun Prakash Jana 2020-11-25 02:15:13 +05:30
parent 2ec9103859
commit 6555dd8cee
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ CheckOptions:
- key: fuchsia-restrict-system-includes.Includes
value: '*,-stdint.h,-stdbool.h'
- key: readability-function-size.StatementThreshold
value: '915'
value: '900'
...