Enable shorthand_optional_binding SwiftLint rule. (#582)

This commit is contained in:
Doug
2023-02-15 09:34:48 +00:00
committed by GitHub
parent bd1e532d0e
commit 654ed1196a
5 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ opt_in_rules:
- force_unwrapping
- private_action
- explicit_init
- shorthand_optional_binding
included:
- ElementX