1 Star 0 Fork 3

flyy9/codeedit-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.swiftlint.yml 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
disabled_rules:
- todo
- trailing_comma
- nesting
type_name:
excluded:
- ID
identifier_name:
excluded:
- id
- vc
# paths to ignore during linting.
excluded:
- CodeEditModules/.build # Where Swift Package Manager checks out dependency sources
opt_in_rules:
- empty_count
- closure_spacing
- contains_over_first_not_nil
- missing_docs
# - implicit_return
- modifier_order
- convenience_type
- pattern_matching_keywords
custom_rules:
spaces_over_tabs:
included: ".*\\.swift"
name: "Spaces over Tabs"
regex: "\t"
message: "Prefer spaces for indents over tabs. See Xcode setting: 'Text Editing' -> 'Indentation'"
severity: warning
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/flyy9/codeedit-app.git
git@gitee.com:flyy9/codeedit-app.git
flyy9
codeedit-app
codeedit-app
main

搜索帮助