We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The empty_parameters rule does not seem to be updated to Swift 3.
While it triggers a warning to prefer () -> over Void ->,
() ->
Void ->
it does NOT trigger for (Void) ->
(Void) ->
Since the brackets are required since Swift 3, it never triggers.
The text was updated successfully, but these errors were encountered:
empty_parameters
No branches or pull requests
The empty_parameters rule does not seem to be updated to Swift 3.
While it triggers a warning to prefer
() ->
overVoid ->
,it does NOT trigger for
(Void) ->
Since the brackets are required since Swift 3, it never triggers.
The text was updated successfully, but these errors were encountered: