Merge pull request #58 from xiemaisi/js/demote-heterogeneous-comparison

Approved by asger-semmle
This commit is contained in:
semmle-qlci
2018-08-15 09:01:24 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
* the same type will always yield 'false', and an inequality comparison will always
* yield 'true'.
* @kind problem
* @problem.severity error
* @problem.severity warning
* @id js/comparison-between-incompatible-types
* @tags reliability
* correctness