mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Limit lines of code per func to 900
This commit is contained in:
parent
2ec9103859
commit
6555dd8cee
|
@ -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: '915'
|
value: '900'
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue