1 Star 0 Fork 0

loveq369/realm-cocoa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.swiftlint.yml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
Thomas Goyne 提交于 2019-09-10 08:07 . Run swiftlint on the examples
included:
- Realm/ObjectServerTests
- RealmSwift
- Realm/Swift
- examples/installation/watchos/swift
- examples/installation/osx/swift
- examples/installation/ios/swift
- examples/ios/swift
- examples/tvos/swift
identifier_name:
min_length: # not possible to disable this partial rule, so set it to zero
warning: 0
error: 0
excluded:
- _nilValue()
- _nsError
- _nsErrorDomain
- _observe(_:)
- _realmColumnNames()
- _realmObjectName()
- _rlmArray()
- id
- pk
- to
disabled_rules:
- block_based_kvo
# SwiftLint considers 'Realm' and 'Realm.Private' to be duplicate imports
# because we're using submodules in an unsual way, and normally the parent
# module re-exports all of its children.
- duplicate_imports
- file_length
- force_cast
- force_try
- function_body_length
- line_length
- nesting
- syntactic_sugar
- todo
- type_body_length
- vertical_whitespace
# swiftlint complains about superfluous disable commands when the violation
# occurs in an inactive #if and doesn't support conditionally disabling it
- cyclomatic_complexity
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/longhaiqiang/realm-cocoa.git
git@gitee.com:longhaiqiang/realm-cocoa.git
longhaiqiang
realm-cocoa
realm-cocoa
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385