Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be18adc

Browse files
committed
update description in change-notes
1 parent 9788b16 commit be18adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

change-notes/1.23/analysis-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| Unused index variable (`js/unused-index-variable`) | correctness | Highlights loops that iterate over an array, but do not use the index variable to access array elements, indicating a possible typo or logic error. Results are shown on LGTM by default. |
1818
| Loop bound injection (`js/loop-bound-injection`) | security, external/cwe/cwe-834 | Highlights loops where a user-controlled object with an arbitrary .length value can trick the server to loop indefinitely. Results are not shown on LGTM by default. |
1919
| Suspicious method name (`js/suspicious-method-name-declaration`) | correctness, typescript, methods | Highlights suspiciously named methods where the developer likely meant to write a constructor or function. Results are shown on LGTM by default. |
20-
| Use of returnless function (`js/use-of-returnless-function`) | maintainability, correctness | Highlights calls to functions where the return value is used, but the called function never returns a value. Results are shown on LGTM by default. |
20+
| Use of returnless function (`js/use-of-returnless-function`) | maintainability, correctness | Highlights calls where the return value is used, but the callee never returns a value. Results are shown on LGTM by default. |
2121

2222

2323
## Changes to existing queries

0 commit comments

Comments
 (0)