Skip to content

Update README.md

Update README.md #57

GitHub Actions / Qodana Community for JVM completed Jan 4, 2024 in 0s

3 new problems found by Qodana Community for JVM

Qodana Community for JVM

3 new problems were found

Inspection name Severity Problems
Unresolved reference in KDoc 🔶 Warning 2
Constant conditions 🔶 Warning 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 [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 28 in simbot-util-api-requestor-ktor/src/commonMain/kotlin/love/forte/simbot/util/api/requestor/ktor/http/HttpRequestor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unresolved reference in KDoc

Cannot resolve symbol 'HttpClient'

Check warning on line 21 in simbot-util-api-requestor-ktor/src/commonMain/kotlin/love/forte/simbot/util/api/requestor/ktor/http/HttpRequestor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unresolved reference in KDoc

Cannot resolve symbol 'HttpClient'

Check warning on line 1150 in simboot-core/src/main/kotlin/love/forte/simboot/core/application/BootApplication.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Constant conditions

Condition 'name != null' is always true when reached