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

No empty line between annotation and the class/method/property... #688

Closed
BraisGabin opened this issue Jan 21, 2020 · 1 comment · Fixed by #755
Closed

No empty line between annotation and the class/method/property... #688

BraisGabin opened this issue Jan 21, 2020 · 1 comment · Fixed by #755
Labels

Comments

@BraisGabin
Copy link

This sould be flagged:

@Mockable

class MyCoolClass

And the correction should be:

@Mockable
class MyCoolClass

There should not be empty lines between an annotation and the thing that it's "annotating".

@AdamMTGreenberg
Copy link
Contributor

#755 For review for the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants