We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7eef0 commit bfc1c6eCopy full SHA for bfc1c6e
1 file changed
change-notes/1.21/analysis-javascript.md
@@ -12,7 +12,9 @@
12
13
## Changes to existing queries
14
15
-| **Query** | **Expected impact** | **Change** |
16
-|--------------------------------------------|------------------------------|------------------------------------------------------------------------------|
+| **Query** | **Expected impact** | **Change** |
+|--------------------------------|------------------------------|---------------------------------------------------------------------------|
17
+| Expression has no effect | Fewer false-positive results | This rule now treats uses of `Object.defineProperty` more conservatively. |
18
+| Useless assignment to property | Fewer false-positive results | This rule now ignore reads of additional getters. |
19
20
## Changes to QL libraries
0 commit comments