Reports usages of assignment expressions in conditionals. Assignments in conditionals can make the code harder to read and are often a typo (= instead of ==).

Use the Report assignments in parentheses checkbox to highlight assignments in parentheses.