Beta43 #112
Annotations
2 errors and 12 warnings
Compile Go for target:
tool/executor.go#L44
cannot use rcon.Dial(address, password, rcon.SetDialTimeout(timeoutDuration), rcon.SetDeadline(timeoutDuration)) (value of type *rcon.Conn) as ExecuteCloser value in assignment: *rcon.Conn does not implement ExecuteCloser (wrong type for method Execute)
|
Compile Go for target
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Quasar Project:
front/palworld-front/src/router/routes.ts#L13
'transform' is assigned a value but never used
|
Build Quasar Project:
front/palworld-front/src/pages/IndexView.vue#L1092
'players' is assigned a value but never used
|
Build Quasar Project:
front/palworld-front/src/pages/IndexView.vue#L1106
'type' is defined but never used
|
Build Quasar Project:
front/palworld-front/src/pages/IndexView.vue#L1110
'type' is defined but never used
|
Build Quasar Project:
front/palworld-front/src/layouts/MainLayout.vue#L48
'EssentialLink' is defined but never used
|
Build Quasar Project:
front/palworld-front/src/layouts/MainLayout.vue#L52
'essentialLinks' is assigned a value but never used
|
Build Quasar Project:
front/palworld-front/src/components/RunningProcessStatus.vue#L50
'props' is assigned a value but never used
|
Build Quasar Project:
front/palworld-front/src/components/RunningProcessStatus.vue#L50
Unexpected any. Specify a different type
|
Build Quasar Project:
front/palworld-front/src/components/PlayerManage.vue#L160
Strings must use singlequote
|
Build Quasar Project:
front/palworld-front/src/components/SaveManage.vue#L93
'deleteSaves' is assigned a value but never used
|
Loading