Ai
1 Star 0 Fork 0

fox_ghost/script-commands

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.swiftlint 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thiago Holanda 提交于 2020-11-16 10:49 +08:00 . Fix swiftlint warnings
indentation: 2
included:
- Sources
excluded:
- .build
disabled_rules:
- cyclomatic_complexity
- file_length
- line_length
- nesting
- todo # Use custom_todo
- unused_setter_value
- generic_type_name
- identifier_name
- function_parameter_count
- type_name
- function_body_length
- type_body_length
opt_in_rules:
- indentation_width
- array_init
- closure_end_indentation
- closure_spacing
- collection_alignment
- empty_collection_literal
- empty_count
- empty_string
- fallthrough
- fatal_error_message
- file_header
- overridden_super_call
- sorted_imports
- unused_declaration
- unused_import
- vertical_whitespace_closing_braces
- vertical_whitespace_opening_braces
- yoda_condition
indentation_width:
indentation_width: 2
trailing_comma:
mandatory_comma: true
file_header:
required_pattern: |
\/\/ Copyright © \d{4} Raycast\. All rights reserved\.
identifier_name:
min_length:
error: 3
excluded:
- id
- os
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/typesugar_chenchao/script-commands.git
git@gitee.com:typesugar_chenchao/script-commands.git
typesugar_chenchao
script-commands
script-commands
master

搜索帮助