Gunnars ground quest #102
Annotations
3 warnings and 2 notices
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unused symbol:
game/src/main/kotlin/world/gregs/voidps/world/map/barbarian_village/Kjell.kts#L45
Function "advice" is never used
|
Unused symbol:
game/src/main/kotlin/world/gregs/voidps/world/interact/dialogue/Expression.kt#L22
Object "Asleep" is never used
|
Class naming convention:
game/src/main/kotlin/world/gregs/voidps/world/interact/dialogue/Expression.kt#L5
Class name `Unknown_expression` should not contain underscores
|
Convert 'object' to 'data object':
game/src/main/kotlin/world/gregs/voidps/world/interact/dialogue/Expression.kt#L23
'sealed' sub-object can be converted to 'data object'
|