Inspectopedia Help

Unnecessary parentheses

Reports usages of parentheses where they could be omitted.

Suggests removing redundant parentheses.

Example:

(a && b) || c

After the quick-fix is applied:

a && b || c

Inspection Details

Available in:

AppCode 2023.3

Plugin:

Swift Language Support, 233.SNAPSHOT

Last modified: 13 July 2023