Increase function length

This commit is contained in:
Arun Prakash Jana 2019-08-01 23:01:04 +05:30
parent 0f6cb31d61
commit 21b323b445
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: '850'
value: '900'
...