Skip to content
New issue

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

empty_parameters rule not triggering in Swift 3 #1460

Closed
Jerrot opened this issue Apr 24, 2017 · 0 comments
Closed

empty_parameters rule not triggering in Swift 3 #1460

Jerrot opened this issue Apr 24, 2017 · 0 comments
Labels
bug Unexpected and reproducible misbehavior.

Comments

@Jerrot
Copy link

Jerrot commented Apr 24, 2017

The empty_parameters rule does not seem to be updated to Swift 3.

While it triggers a warning to prefer
() -> over Void ->,

it does NOT trigger for
(Void) ->

Since the brackets are required since Swift 3, it never triggers.

@marcelofabri marcelofabri added the bug Unexpected and reproducible misbehavior. label Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected and reproducible misbehavior.
Projects
None yet
Development

No branches or pull requests

2 participants