mirror of
https://github.com/mas-cli/mas
synced 2024-12-04 01:09:21 +00:00
🚨 Fix YAML list indentation
This commit is contained in:
parent
b325020c5c
commit
8eeb204ad7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ disabled_rules:
|
||||||
- function_body_length
|
- function_body_length
|
||||||
- inert_defer
|
- inert_defer
|
||||||
- legacy_objc_type
|
- legacy_objc_type
|
||||||
- no_extension_access_modifier
|
- no_extension_access_modifier
|
||||||
- no_grouping_extension
|
- no_grouping_extension
|
||||||
- number_separator
|
- number_separator
|
||||||
- one_declaration_per_file
|
- one_declaration_per_file
|
||||||
|
|
Loading…
Reference in a new issue