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

Separate multiple declarations into multiple instructions #26

Closed
retailcoder opened this issue Nov 13, 2014 · 2 comments
Closed

Separate multiple declarations into multiple instructions #26

retailcoder opened this issue Nov 13, 2014 · 2 comments

Comments

@retailcoder
Copy link
Member

[Suggestion]

This:

Dim foo As String, bar As Integer, baz As Long

Can be written as:

Dim foo As String
Dim bar As Integer
Dim baz As Long
@retailcoder
Copy link
Member Author

  • Implement inspection
  • Implement quick fix

@rubberduck203
Copy link
Member

This was implemented as a Code Quality issue. Needs corrected.

Be sure to update the wiki before closing this issue.
https://github.com/retailcoder/Rubberduck/wiki/Code-Inspections#instruction-contains-multiple-declarations

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

No branches or pull requests

2 participants