Skip to content

⬆️ Bump the dependencies group with 10 updates #188

⬆️ Bump the dependencies group with 10 updates

⬆️ Bump the dependencies group with 10 updates #188

GitHub Actions / Qodana for JVM completed Apr 15, 2024 in 0s

5 new problems found by Qodana for JVM

Qodana for JVM

5 new problems were found

Inspection name Severity Problems
Check dependency licenses 🔶 Warning 1
Grammar ◽️ Notice 2
Deprecated symbol used ◽️ Notice 1
Result of method call returning a promise is ignored ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 1 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Check dependency licenses

Transitive dependency: 'buffers' ('0.1.1') licenses cannot be recognized

Check notice on line 274 in scan/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Grammar

It seems that a pronoun is missing.

Check notice on line 1 in scan/src/annotations.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Grammar

The official name of this software platform is spelled with a capital "H".

Check notice on line 64 in vsts/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Deprecated symbol used

Deprecated symbol used, consult docs for better alternative

Check notice on line 166 in common/update-cli.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Result of method call returning a promise is ignored

Promise returned from main is ignored