From 6f4e9393781b20196c62031b0b4bf272f13e0c51 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 26 Oct 2023 15:21:46 +0700 Subject: [PATCH] [487] Update swiftlint implicit_return rule --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 4ca7db79..e7d3d235 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -106,6 +106,7 @@ implicit_return: included: - closure - getter + - function custom_rules: multiline_collection_one_per_line: