Merge pull request #28 from Serverfrog/qodana-automation-1567841652 #3
Annotations
4 warnings and 3 notices
qodana
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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
|