mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
JS: address review
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
| **Query** | **Tags** | **Purpose** |
|
||||
|-----------------------------------------------|------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Useless comparison test | correctness | Highlight code that is unreachable due to a numeric comparison that is always true or alway false. |
|
||||
| Useless comparison test | correctness | Highlights code that is unreachable due to a numeric comparison that is always true or always false. |
|
||||
|
||||
|
||||
## Changes to existing queries
|
||||
|
||||
Reference in New Issue
Block a user