From 3af600ab0196ca892984726dd98e9bf6ec1aa4a3 Mon Sep 17 00:00:00 2001 From: Sarah Reichelt Date: Tue, 18 Jul 2023 10:17:28 +1000 Subject: [PATCH] add attributes rule option --- com.raywenderlich.swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/com.raywenderlich.swiftlint.yml b/com.raywenderlich.swiftlint.yml index 53a3686..ae2aa15 100644 --- a/com.raywenderlich.swiftlint.yml +++ b/com.raywenderlich.swiftlint.yml @@ -69,6 +69,7 @@ attributes: - "@IBAction" - "@NSManaged" - "@objc" + attributes_with_arguments_always_on_line_above: false force_cast: warning force_try: warning