瀏覽代碼

Limit lines of code per func to 900

master
Arun Prakash Jana 3 年之前
父節點
當前提交
6555dd8cee
沒有發現已知的金鑰在資料庫的簽署中 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…
取消
儲存