ソースを参照

Limit lines of code per func to 900

master
Arun Prakash Jana 4年前
コミット
6555dd8cee
この署名に対応する既知のキーがデータベースに存在しません GPGキー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'
...

読み込み中…
キャンセル
保存