Skip to content

chore: update Qodana linter version and switch to npm for installation #20

chore: update Qodana linter version and switch to npm for installation

chore: update Qodana linter version and switch to npm for installation #20

GitHub Actions / Qodana for JS completed Feb 4, 2025 in 0s

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

Dependency Version Licenses
accepts 2.0.0 MIT
array-flatten 3.0.0 MIT
body-parser 2.0.2 MIT
bytes 3.1.2 MIT
call-bind-apply-helpers 1.0.1 MIT
call-bound 1.0.3 MIT
content-disposition 1.0.0 MIT
content-type 1.0.5 MIT
cookie-signature 1.2.2 MIT
cookie 0.7.1 MIT
debug 2.6.9 MIT
debug 3.1.0 MIT
debug 4.3.6 MIT
depd 2.0.0 MIT
destroy 1.2.0 MIT
ee-first 1.1.1 MIT
encodeurl 1.0.2 MIT
encodeurl 2.0.0 MIT
es-errors 1.3.0 MIT
escape-html 1.0.3 MIT
etag 1.8.1 MIT
finalhandler 2.0.0 MIT
forwarded 0.2.0 MIT
fresh 0.5.2 MIT
fresh 2.0.0 MIT
function-bind 1.1.2 MIT
get-intrinsic 1.2.7 MIT
http-errors 2.0.0 MIT
iconv-lite 0.5.2 MIT
iconv-lite 0.6.3 MIT
inherits 2.0.4 ISC
ipaddr.js 1.9.1 MIT
is-promise 4.0.0 MIT
media-typer 0.3.0 MIT
media-typer 1.1.0 MIT
merge-descriptors 2.0.0 MIT
methods 1.1.2 MIT
mime-db 1.52.0 MIT
mime-db 1.53.0 MIT
mime-types 2.1.35 MIT
mime-types 3.0.0 MIT
ms 2.0.0 MIT
ms 2.1.2 MIT
ms 2.1.3 MIT
negotiator 1.0.0 MIT
object-inspect 1.13.3 MIT
on-finished 2.4.1 MIT
once 1.4.0 ISC
parseurl 1.3.3 MIT
path-to-regexp 8.2.0 MIT
proxy-addr 2.0.7 MIT
qs 6.13.0 BSD-3-Clause
range-parser 1.2.1 MIT
raw-body 3.0.0 MIT
router 2.0.0 MIT
safe-buffer 5.2.1 MIT
safer-buffer 2.1.2 MIT
send 1.1.0 MIT
serve-static 2.1.0 MIT
setprototypeof 1.2.0 ISC
side-channel-list 1.0.0 MIT
side-channel-map 1.0.1 MIT
side-channel-weakmap 1.0.2 MIT
side-channel 1.1.0 MIT
statuses 2.0.1 MIT
toidentifier 1.0.1 MIT
type-is 1.6.18 MIT
type-is 2.0.0 MIT
unpipe 1.0.0 MIT
utils-merge 1.0.1 MIT
vary 1.1.2 MIT
wrappy 1.0.2 ISC
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 6 in examples/route-separation/views/users/view.ejs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Duplicate declaration

Duplicate declaration

Check warning on line 89 in lib/utils.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Duplicate declaration

Duplicate declaration

Check warning on line 97 in lib/utils.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Duplicate declaration

Duplicate declaration

Check warning on line 19 in examples/mvc/lib/boot.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Duplicate declaration

Duplicate declaration

Check notice on line 365 in test/res.send.js

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused assignment

Variable might not have been initialized

Check warning on line 15 in examples/mvc/lib/boot.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused assignment

Variable might not have been initialized

Check warning on line 220 in test/app.param.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused parameter id

Check warning on line 1029 in test/app.router.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused parameter next

Check warning on line 45 in test/req.ips.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused parameter next

Check warning on line 24 in test/app.options.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused parameter req

Check warning on line 243 in test/Router.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused parameter res