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
[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
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
9402bf1
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
changed InspectionType of MultipleDeclarationsInspection to Maintaina…
bbab450
…bilityAndReadabilityIssues. Closes #26
No branches or pull requests
[Suggestion]
This:
Can be written as:
The text was updated successfully, but these errors were encountered: