Skip to content

chore(deps): bump golangci/golangci-lint-action from 3 to 4 #162

chore(deps): bump golangci/golangci-lint-action from 3 to 4

chore(deps): bump golangci/golangci-lint-action from 3 to 4 #162

Status Failure
Total duration 2m 53s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
lint: internal/api/api_test.go#L179
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: internal/authenticator/auto_authenticator.go#L35
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: internal/api/api_test.go#L105
assignments should only be cuddled with other assignments (wsl)
lint: internal/api/api_test.go#L106
only one cuddle assignment allowed before if statement (wsl)
lint: internal/api/api_test.go#L109
if statements should only be cuddled with assignments (wsl)
lint: internal/authenticator/admin_authenticator.go#L30
if statements should only be cuddled with assignments (wsl)
lint: internal/authenticator/manual_authenticator.go#L32
if statements should only be cuddled with assignments (wsl)
lint: internal/authenticator/manual_authenticator.go#L38
only one cuddle assignment allowed before if statement (wsl)
lint: internal/authenticator/manual_authenticator.go#L76
only one cuddle assignment allowed before if statement (wsl)
lint: internal/authenticator/auto_authenticator_test.go#L131
assignments should only be cuddled with other assignments (wsl)
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: extractions/setup-just@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.0.1/dist/codecov' failed with exit code 1
lint: internal/authenticator/auto_authenticator_test.go#L66
unused-parameter: parameter 'token' seems to be unused, consider removing or renaming it as _ (revive)