Skip to content

chore(deps): update all non-major dependencies #684

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #684

GitHub Actions / golangci failed Aug 21, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

internal/npm/plugin.go|421 col 22| printf: non-constant format string in call to fmt.Errorf (govet)
internal/npm/plugin.go|429 col 21| printf: non-constant format string in call to fmt.Errorf (govet)
internal/npm/plugin.go|476 col 23| printf: non-constant format string in call to fmt.Errorf (govet)
internal/npm/plugin.go|305 col 3| only one cuddle assignment allowed before if statement (wsl)

Filtered Findings (0)

Annotations

Check failure on line 421 in internal/npm/plugin.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/npm/plugin.go#L421

printf: non-constant format string in call to fmt.Errorf (govet)
Raw output
internal/npm/plugin.go:421:22: printf: non-constant format string in call to fmt.Errorf (govet)
			return fmt.Errorf(errResp.ErrorBlock.Summary)
			                  ^

Check failure on line 429 in internal/npm/plugin.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/npm/plugin.go#L429

printf: non-constant format string in call to fmt.Errorf (govet)
Raw output
internal/npm/plugin.go:429:21: printf: non-constant format string in call to fmt.Errorf (govet)
		return fmt.Errorf(errResp.ErrorBlock.Summary)
		                  ^

Check failure on line 476 in internal/npm/plugin.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/npm/plugin.go#L476

printf: non-constant format string in call to fmt.Errorf (govet)
Raw output
internal/npm/plugin.go:476:23: printf: non-constant format string in call to fmt.Errorf (govet)
				return fmt.Errorf(errResp.ErrorBlock.Summary + " " + errResp.ErrorBlock.Detail)
				                  ^

Check failure on line 305 in internal/npm/plugin.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/npm/plugin.go#L305

only one cuddle assignment allowed before if statement (wsl)
Raw output
internal/npm/plugin.go:305:3: only one cuddle assignment allowed before if statement (wsl)
		if _, err = f.WriteString(auth + "\n"); err != nil {
		^