1 Star 0 Fork 0

hanxianlong / My-Wallet-V3-iOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.swiftlint.yml 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
disabled_rules:
- force_cast
- identifier_name
- leading_whitespace
- todo
- trailing_whitespace
- void_return
- cyclomatic_complexity
- implicit_getter
- trailing_newline
- syntactic_sugar
- literal_expression_end_indentation
- unneeded_parentheses_in_closure_argument
- colon
- implicitly_unwrapped_optional
- nesting
- unused_closure_parameter
- discarded_notification_center_observer
- operator_whitespace
- function_body_length
excluded:
- Submodules/
- RxAlamofire/
- Pods/
- vendor/bundle
opt_in_rules:
- empty_string
- fatal_error_message
- implicitly_unwrapped_optional
- literal_expression_end_indentation
- multiline_parameters
- override_in_extension
- required_enum_case
- yoda_condition
file_length:
warning: 800
error: 1000000000
line_length:
ignores_comments: true
warning: 150
error: 1000000000
type_body_length:
warning: 500
error: 1000000000
1
https://gitee.com/wnfkwnfk/My-Wallet-V3-iOS.git
git@gitee.com:wnfkwnfk/My-Wallet-V3-iOS.git
wnfkwnfk
My-Wallet-V3-iOS
My-Wallet-V3-iOS
master

搜索帮助