From bbf525f4d313e3e3e51c91516455d214b74e01f6 Mon Sep 17 00:00:00 2001 From: Miguel Jimenez Date: Fri, 6 Sep 2024 13:06:39 -0600 Subject: [PATCH] Remove reference to SwiftLint Void rule --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05cf46d..a7a245d 100644 --- a/README.md +++ b/README.md @@ -2267,7 +2267,7 @@ _You can enable the following settings in Xcode by running [this script](resourc ### Closures -* (link) **Favor `Void` return types over `()` in closure declarations.** If you must specify a `Void` return type in a function declaration, use `Void` rather than `()` to improve readability. [![SwiftLint: void_return](https://img.shields.io/badge/SwiftLint-void__return-007A87.svg)](https://realm.github.io/SwiftLint/void_return) +* (link) **Favor `Void` return types over `()` in closure declarations.** If you must specify a `Void` return type in a function declaration, use `Void` rather than `()` to improve readability.