1 Star 0 Fork 0

fox_ghost/script-commands

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.swiftlint 1001 Bytes
Copy Edit Raw Blame History
Thiago Holanda authored 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

Search