Fix lint warning

This commit is contained in:
Arun Prakash Jana 2019-04-21 00:53:48 +05:30
parent 882a17a60f
commit e2dad88a83
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 1 deletions

View File

@ -10,5 +10,6 @@ CheckOptions:
value: '_t'
- key: fuchsia-restrict-system-includes.Includes
value: '*,-stdint.h,-stdbool.h'
- key: readability-function-size.StatementThreshold
value: '850'
...