We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06866d8 commit 1a1acdbCopy full SHA for 1a1acdb
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