Skip to content

Commit 71ac400

Browse files
author
Felicity Chapman
committed
Finalize release notes
1 parent af469fd commit 71ac400

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

change-notes/1.22/analysis-javascript.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
| **Query** | **Expected impact** | **Change** |
3030
|--------------------------------|------------------------------|---------------------------------------------------------------------------|
31-
| Shift out of range | Fewer false positive results | This rule now correctly handles BigInt shift operands. |
32-
| Conflicting HTML element attributes | Fewer results | Results are no longer shown on LGTM by default. |
33-
| Superfluous trailing arguments | Fewer false-positive results. | This rule no longer flags calls to placeholder functions that trivially throw an exception. |
34-
| Undocumented parameter | No changes to results | This rule is now run on LGTM, although its results are still not shown by default. |
31+
| Conflicting HTML element attributes (`js/conflicting-html-attribute`) | No changes to results | Results are no longer shown on LGTM by default. |
32+
| Shift out of range (`js/shift-out-of-range`| Fewer false positive results | This rule now correctly handles BigInt shift operands. |
33+
| Superfluous trailing arguments (`js/superfluous-trailing-arguments`) | Fewer false-positive results. | This rule no longer flags calls to placeholder functions that trivially throw an exception. |
34+
| Undocumented parameter (`js/jsdoc/missing-parameter`) | No changes to results | This rule is now run on LGTM, although its results are still not shown by default. |
3535

3636
## Changes to QL libraries
3737

38-
- The `getName()` predicate on functions and classes now gets a name
38+
- The `getName()` predicate on functions and classes now gets a name that is
3939
inferred from the context if the function or class was not declared with a name.
4040
- The two-argument and three-argument variants of `DataFlow::Configuration::isBarrier` and
4141
`TaintTracking::Configuration::isSanitizer` have been deprecated. Overriding them no

0 commit comments

Comments
 (0)