Browse Source

Increase function length

master
Arun Prakash Jana 5 years ago
parent
commit
21b323b445
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/.clang-tidy

+ 1
- 1
src/.clang-tidy View File

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

Loading…
Cancel
Save