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

Inspection for redundant parentheses #2221

Closed
ThunderFrame opened this issue Sep 6, 2016 · 1 comment
Closed

Inspection for redundant parentheses #2221

ThunderFrame opened this issue Sep 6, 2016 · 1 comment
Labels
duplicate Thanks for the feedback! We're already tracking this report/request at the linked issue. enhancement Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope. feature-inspections

Comments

@ThunderFrame
Copy link
Member

(example):

    If (foo = True) Then
    'If Foo Then
    End If

    If (foo = False) Then
    'If Not Foo
    End If

    If (bar = 2) Then
    'If Bar = 2 Then
    End If

    Dim widget As Long
    widget = (5 + 7)
    widget = ((((((((((((((((((((((((((((((((0))))))))))))))))))))))))))))))))
@retailcoder retailcoder added the duplicate Thanks for the feedback! We're already tracking this report/request at the linked issue. label Sep 6, 2016
@retailcoder
Copy link
Member

ref. #2222

@Vogel612 Vogel612 added enhancement Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope. and removed feature-request labels Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Thanks for the feedback! We're already tracking this report/request at the linked issue. enhancement Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope. feature-inspections
Projects
None yet
Development

No branches or pull requests

3 participants