File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Improvements to JavaScript analysis
2+
3+ ## General improvements
4+
5+ * TODO
6+
7+ ## New queries
8+
9+ | ** Query** | ** Tags** | ** Purpose** |
10+ | -----------------------------------------------| ------------------------------------------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
11+ | Useless comparison test | correctness | Highlight code that is unreachable due to a numeric comparison that is always true or alway false. |
12+
13+
14+ ## Changes to existing queries
15+
16+ | ** Query** | ** Expected impact** | ** Change** |
17+ | --------------------------------| ----------------------------| ----------------------------------------------|
18+ | todo | | |
19+
20+
21+ ## Changes to QL libraries
22+
23+ * TODO
24+
You can’t perform that action at this time.
0 commit comments