rspec/rules/S2761/description.adoc
Fred Tingaud 84f1ddd588
Modify rule S2761: LaYC multiple unary operators
Co-authored-by: Amélie Renard <44666826+amelie-renard-sonarsource@users.noreply.github.com>
2023-06-16 16:00:06 +02:00

4 lines
150 B
Plaintext

The repetition of a prefix operator (``++!++``, or ``++~++``) is usually a typo. The second operator invalidates the first one.
include::{example}[]