Reports any uses of the unary '+' operator. Unary plus is usually a null operation, and
its presence may represent a coding error, particularly in combination with the increment operator, '++'.
Use the checkbox below to only report when an unary plus is used together with a binary or another unary expression.