Преглед изворни кода

Limit lines of code per func to 900

master
Arun Prakash Jana пре 4 година
родитељ
комит
6555dd8cee
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/.clang-tidy

+ 1
- 1
src/.clang-tidy Прегледај датотеку

@@ -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'
...

Loading…
Откажи
Сачувај