chore: update Qodana linter version and switch to npm for installation #20
291 new problems found by Qodana for JS
Qodana for JS
291 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused local symbol |
🔶 Warning | 250 |
Syntax errors and unresolved references in JSDoc |
🔶 Warning | 18 |
Duplicate declaration |
🔶 Warning | 4 |
Unused assignment |
🔶 Warning | 2 |
Unnecessary non-capturing group |
🔶 Warning | 2 |
Exception used for local control-flow |
🔶 Warning | 1 |
Expression statement which is not assignment or call |
◽️ Notice | 7 |
Comparison of expressions having incompatible types |
◽️ Notice | 5 |
Deprecated symbol used |
◽️ Notice | 1 |
Vulnerable declared dependency |
◽️ Notice | 1 |
@@ Code coverage @@
+ 100% total lines covered
761 lines analyzed, 761 lines covered
# Calculated according to the filters of your coverage tool
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 72 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 6 in examples/route-separation/views/users/view.ejs
github-actions / Qodana for JS
Expression statement which is not assignment or call
Expression statement is not assignment or call
Check notice on line 8 in examples/route-separation/views/users/index.ejs
github-actions / Qodana for JS
Expression statement which is not assignment or call
Expression statement is not assignment or call
Check notice on line 9 in examples/route-separation/views/users/index.ejs
github-actions / Qodana for JS
Expression statement which is not assignment or call
Expression statement is not assignment or call
Check notice on line 14 in examples/route-separation/views/users/edit.ejs
github-actions / Qodana for JS
Expression statement which is not assignment or call
Expression statement is not assignment or call
Check notice on line 17 in examples/view-locals/views/index.ejs
github-actions / Qodana for JS
Expression statement which is not assignment or call
Expression statement is not assignment or call
Check notice on line 17 in examples/view-locals/views/index.ejs
github-actions / Qodana for JS
Expression statement which is not assignment or call
Expression statement is not assignment or call
Check notice on line 4 in examples/error-pages/views/500.ejs
github-actions / Qodana for JS
Expression statement which is not assignment or call
Expression statement is not assignment or call
Check warning on line 743 in test/express.json.js
github-actions / Qodana for JS
Exception used for local control-flow
'throw' of exception caught locally
Check notice on line 415 in lib/request.js
github-actions / Qodana for JS
Deprecated symbol used
Deprecated symbol used, consult docs for better alternative
Check warning on line 14 in examples/mvc/lib/boot.js
github-actions / Qodana for JS
Duplicate declaration
Duplicate declaration
Check warning on line 89 in lib/utils.js
github-actions / Qodana for JS
Duplicate declaration
Duplicate declaration
Check warning on line 97 in lib/utils.js
github-actions / Qodana for JS
Duplicate declaration
Duplicate declaration
Check warning on line 19 in examples/mvc/lib/boot.js
github-actions / Qodana for JS
Duplicate declaration
Duplicate declaration
Check notice on line 365 in test/res.send.js
github-actions / Qodana for JS
Comparison of expressions having incompatible types
Condition is always false since types 'bigint' and 'string' have no overlap
Check notice on line 44 in test/app.router.js
github-actions / Qodana for JS
Comparison of expressions having incompatible types
Condition is always false since types 'bigint' and 'string' have no overlap
Check notice on line 473 in lib/application.js
github-actions / Qodana for JS
Comparison of expressions having incompatible types
Condition is always false since types 'bigint' and 'string' have no overlap
Check notice on line 41 in test/app.router.js
github-actions / Qodana for JS
Comparison of expressions having incompatible types
Condition is always false since types 'bigint' and 'string' have no overlap
Check notice on line 368 in test/res.send.js
github-actions / Qodana for JS
Comparison of expressions having incompatible types
Condition is always false since types 'bigint' and 'string' have no overlap
Check warning on line 17 in examples/mvc/lib/boot.js
github-actions / Qodana for JS
Unused assignment
Variable might not have been initialized
Check warning on line 15 in examples/mvc/lib/boot.js
github-actions / Qodana for JS
Unused assignment
Variable might not have been initialized
Check warning on line 220 in test/app.param.js
github-actions / Qodana for JS
Unused local symbol
Unused parameter id
Check warning on line 1029 in test/app.router.js
github-actions / Qodana for JS
Unused local symbol
Unused parameter next
Check warning on line 45 in test/req.ips.js
github-actions / Qodana for JS
Unused local symbol
Unused parameter next
Check warning on line 24 in test/app.options.js
github-actions / Qodana for JS
Unused local symbol
Unused parameter req
Check warning on line 243 in test/Router.js
github-actions / Qodana for JS
Unused local symbol
Unused parameter res