mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-04 00:58:43 -04:00
Initial commit
This commit is contained in:
parent
9197011230
commit
2ed311a818
184 changed files with 8052 additions and 2 deletions
78
.swiftlint.yml
Normal file
78
.swiftlint.yml
Normal file
|
@ -0,0 +1,78 @@
|
|||
excluded:
|
||||
- .build
|
||||
|
||||
closure_body_length:
|
||||
warning: 20
|
||||
error: 40
|
||||
|
||||
line_length:
|
||||
warning: 200
|
||||
error: 220
|
||||
|
||||
missing_docs:
|
||||
warning:
|
||||
- private
|
||||
- fileprivate
|
||||
- internal
|
||||
- public
|
||||
- open
|
||||
|
||||
opt_in_rules:
|
||||
- attributes
|
||||
- balanced_xctest_lifecycle
|
||||
- closure_body_length
|
||||
- closure_end_indentation
|
||||
- closure_spacing
|
||||
- collection_alignment
|
||||
- conditional_returns_on_newline
|
||||
- discarded_notification_center_observer
|
||||
- discouraged_optional_boolean
|
||||
- discouraged_optional_collection
|
||||
- empty_collection_literal
|
||||
- empty_count
|
||||
- empty_string
|
||||
- empty_xctest_method
|
||||
- enum_case_associated_values_count
|
||||
- explicit_enum_raw_value
|
||||
- explicit_init
|
||||
- explicit_type_interface
|
||||
- file_header
|
||||
- file_name
|
||||
- file_name_no_space
|
||||
- file_types_order
|
||||
- first_where
|
||||
- flatmap_over_map_reduce
|
||||
- function_default_parameter_at_end
|
||||
- force_unwrapping
|
||||
- identical_operands
|
||||
- implicit_return
|
||||
- implicitly_unwrapped_optional
|
||||
- indentation_width
|
||||
- joined_default_parameter
|
||||
- last_where
|
||||
- literal_expression_end_indentation
|
||||
- missing_docs
|
||||
- modifier_order
|
||||
- multiline_arguments
|
||||
- multiline_arguments_brackets
|
||||
- multiline_function_chains
|
||||
- multiline_literal_brackets
|
||||
- multiline_parameters
|
||||
- multiline_parameters_brackets
|
||||
- nimble_operator
|
||||
- number_separator
|
||||
- operator_usage_whitespace
|
||||
- prefer_zero_over_explicit_init
|
||||
- redundant_nil_coalescing
|
||||
- sorted_first_last
|
||||
- sorted_imports
|
||||
- switch_case_on_newline
|
||||
- toggle_bool
|
||||
- trailing_closure
|
||||
- type_contents_order
|
||||
- unneeded_parentheses_in_closure_argument
|
||||
- unused_declaration
|
||||
- unused_import
|
||||
- vertical_parameter_alignment_on_call
|
||||
- vertical_whitespace_closing_braces
|
||||
- yoda_condition
|
Loading…
Add table
Add a link
Reference in a new issue