chore(linter/swift): add shorthand_optional_binding rule (#3456)

* chore(linter/swift): add `shorthand_optional_binding` rule

* lint code
This commit is contained in:
Krzysztof Moch
2024-01-04 20:16:23 +01:00
committed by GitHub
parent 481cc71eda
commit 2ed3949307
10 changed files with 56 additions and 55 deletions

View File

@@ -40,6 +40,7 @@ opt_in_rules:
- redundant_nil_coalescing
- attributes
- convenience_type
- shorthand_optional_binding
analyzer_rules:
- explicit_self
- unused_declaration