1 Star 0 Fork 0

知行合一/SQLite.swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.swiftlint.yml 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jan Berkel 提交于 2023-05-21 23:59 . Use shorthand optional binding
opt_in_rules:
- shorthand_optional_binding
disabled_rules: # rule identifiers to exclude from running
- todo
- operator_whitespace
- large_tuple
- closure_parameter_position
- inclusive_language # sqlite_master etc.
- blanket_disable_command
included: # paths to include during linting. `--path` is ignored if present. takes precendence over `excluded`.
- Sources
- Tests
excluded: # paths to ignore during linting. overridden by `included`.
identifier_name:
excluded:
- db
- in
- to
- by
- or
- eq
- gt
- lt
- fn
- a
- b
- q
- SQLITE_TRANSIENT
type_body_length:
warning: 350
error: 350
function_body_length:
warning: 60
error: 60
line_length:
warning: 150
error: 150
ignores_comments: true
file_length:
warning: 500
error: 500
ignore_comment_only_lines: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sszth/SQLite.swift.git
git@gitee.com:sszth/SQLite.swift.git
sszth
SQLite.swift
SQLite.swift
master

搜索帮助