浏览代码

Limit lines of code per func to 900

master
Arun Prakash Jana 3 年前
父节点
当前提交
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'
...

正在加载...
取消
保存