3 Star 0 Fork 3

Gitee 极速下载 / codeedit-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/CodeEditApp/CodeEdit
克隆/下载
.swiftlint.yml 792 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
- DerivedData
opt_in_rules:
- attributes
- empty_count
- closure_spacing
- contains_over_first_not_nil
- missing_docs
# - implicit_return
- modifier_order
- convenience_type
- pattern_matching_keywords
- multiline_parameters_brackets
- multiline_arguments_brackets
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
Swift
1
https://gitee.com/mirrors/codeedit-app.git
git@gitee.com:mirrors/codeedit-app.git
mirrors
codeedit-app
codeedit-app
main

搜索帮助