Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9af6a81

Browse files
author
Esben Sparre Andreasen
committed
JS: change note for ODASA-7636 fix
1 parent d0372dd commit 9af6a81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.20/analysis-javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
| Unused parameter | Fewer false-positive results | This rule no longer flags parameters with leading underscore. |
3232
| Unused variable, import, function or class | Fewer false-positive results | This rule now flags fewer variables that are implictly used by JSX elements, and no longer flags variables with leading underscore. |
3333
| Uncontrolled data used in path expression | Fewer false-positive results | This rule now recognizes the Express `root` option, which prevents path traversal. |
34+
| Useless assignment to property. | Fewer false-positive results | This rule now treats assignments with complex right-hand sides correctly. |
3435

3536
## Changes to QL libraries
3637

0 commit comments

Comments
 (0)