JS: lower precision of js/conflicting-html-attribute

This commit is contained in:
Esben Sparre Andreasen
2019-08-05 09:17:20 +02:00
parent 54d01bdeff
commit c4eb258f5b
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
| **Query** | **Expected impact** | **Change** |
|--------------------------------|------------------------------|---------------------------------------------------------------------------|
| Shift out of range | Fewer false positive results | This rule now correctly handles BigInt shift operands. |
| Conflicting HTML element attributes | Fewer results | Results are no longer shown on LGTM by default. |
| Superfluous trailing arguments | Fewer false-positive results. | This rule no longer flags calls to placeholder functions that trivially throw an exception. |
## Changes to QL libraries

View File

@@ -8,7 +8,7 @@
* @tags maintainability
* correctness
* external/cwe/cwe-758
* @precision very-high
* @precision medium
*/
import javascript