Skip to content

Restrict redundant parentheses #72

@adityatrivedi

Description

@adityatrivedi

Do not use parentheses around:

  • control flow constructs
    • for
    • while
    • repeat while
    • if
    • switch
    • guard
  • exception handling constructs
    • throw
    • catch
  • collections
    • array items
    • dictionary items
  • initializer

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions