We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254f488 commit 569d44eCopy full SHA for 569d44e
change_notes/2024-09-17-essential-types-unary.md
@@ -0,0 +1,4 @@
1
+ - `RULE-10-1` - `OperandsOfAnInappropriateEssentialType.ql`
2
+ - Reduce false negatives by supporting operands to the `~` operator with the incorrect essential type.
3
+ - Reduce false positives by identifying the essential type of `!<expr>` as essentially boolean type.
4
+ - Improve clarity reporting by reporting the violating operand, instead of the operator, and addressing message typos.
0 commit comments