Introduce initial UI for connecting to networks
This commit is contained in:
parent
51fd638b72
commit
0fe630878d
33 changed files with 1458 additions and 321 deletions
|
|
@ -46,7 +46,6 @@ opt_in_rules:
|
|||
- multiline_parameters
|
||||
- multiline_parameters_brackets
|
||||
- no_extension_access_modifier
|
||||
- no_grouping_extension
|
||||
- nslocalizedstring_key
|
||||
- nslocalizedstring_require_bundle
|
||||
- number_separator
|
||||
|
|
@ -76,9 +75,7 @@ opt_in_rules:
|
|||
- sorted_first_last
|
||||
- sorted_imports
|
||||
- static_operator
|
||||
- strict_fileprivate
|
||||
- strong_iboutlet
|
||||
- switch_case_on_newline
|
||||
- test_case_accessibility
|
||||
- toggle_bool
|
||||
- trailing_closure
|
||||
|
|
@ -97,3 +94,5 @@ disabled_rules:
|
|||
- force_try
|
||||
- nesting
|
||||
- todo
|
||||
- trailing_comma
|
||||
- switch_case_on_newline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue