Skip to content

Commit

Permalink
Remove reference to SwiftLint Void rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jimenez committed Sep 6, 2024
1 parent ae60ffe commit bbf525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2267,7 +2267,7 @@ _You can enable the following settings in Xcode by running [this script](resourc

### Closures

* <a id='favor-void-closure-return'></a>(<a href='#favor-void-closure-return'>link</a>) **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)
* <a id='favor-void-closure-return'></a>(<a href='#favor-void-closure-return'>link</a>) **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.

<details>

Expand Down

0 comments on commit bbf525f

Please sign in to comment.