Skip to content

Update ci.yml

Update ci.yml #70

GitHub Actions / Qodana Community for JVM completed Jul 22, 2023 in 0s

9 new problems found by Qodana Community for JVM

Qodana Community for JVM

9 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 6
Unstable API Usage 🔶 Warning 1
Argument could be converted to 'Set' to improve performance ◽️ Notice 1
Java methods should be replaced with Kotlin analog ◽️ 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 [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 65 in src/main/kotlin/dev/shtanko/algorithms/extensions/String.kt

See this annotation in the file changed.

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

Argument could be converted to 'Set' to improve performance

The argument can be converted to 'Set' to improve performance

Check notice on line 43 in src/main/kotlin/dev/shtanko/algorithms/utils/ToHumanReadableByteCountBin.kt

See this annotation in the file changed.

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

Java methods should be replaced with Kotlin analog

Should be replaced with Kotlin function

Check warning on line 201 in build.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'invoke(org.gradle.api.artifacts.Configuration, org.gradle.api.provider.Provider)' is marked unstable with @Incubating

Check warning on line 33 in src/main/kotlin/dev/shtanko/algorithms/Constants.kt

See this annotation in the file changed.

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

Unused symbol

Property "HALF_OF_BYTE" is never used

Check warning on line 27 in src/main/kotlin/dev/shtanko/algorithms/Constants.kt

See this annotation in the file changed.

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

Unused symbol

Property "OCTAL" is never used

Check warning on line 31 in src/main/kotlin/dev/shtanko/algorithms/Constants.kt

See this annotation in the file changed.

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

Unused symbol

Property "E_9" is never used

Check warning on line 29 in src/main/kotlin/dev/shtanko/algorithms/Constants.kt

See this annotation in the file changed.

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

Unused symbol

Property "SHUFFLE_CONST" is never used

Check warning on line 28 in src/main/kotlin/dev/shtanko/algorithms/Constants.kt

See this annotation in the file changed.

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

Unused symbol

Property "HEXADECIMAL" is never used

Check warning on line 30 in src/main/kotlin/dev/shtanko/algorithms/Constants.kt

See this annotation in the file changed.

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

Unused symbol

Property "MOD" is never used