sonar-delphi
sonar-delphi copied to clipboard
Add check for ambiguous bitwise not operations
Fixes #97. This rule works by highlighting any in binary expression with one operand being a bitwise not. ~I haven't added it to the default quality profile~ I have now added it to the default quality profile, since it is a rare and admittedly confusing case.