Update build.yml #5
Annotations
3 warnings and 3 notices
qodana
You are using a non-compatible Qodana linter jetbrains/qodana-jvm-community:2024.2 with the current CLI (2024.1.11)
|
qodana
You are using a non-compatible Qodana linter jetbrains/qodana-jvm-community:2024.2 with the current CLI (2024.1.11)
|
qodana
You are using a non-compatible Qodana linter jetbrains/qodana-jvm-community:2024.2 with the current CLI (2024.1.11)
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/serverfrog/bitburnerplugin/action/BitburnerActionGroup.kt#L26
Function 'append' could be private
|
Redundant empty primary constructor:
src/main/kotlin/com/github/serverfrog/bitburnerplugin/action/BitburnerPushAction.kt#L9
Remove empty primary constructor
|
Redundant empty primary constructor:
src/main/kotlin/com/github/serverfrog/bitburnerplugin/config/BitburnerSettings.kt#L13
Remove empty primary constructor
|