Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore(deps): update all non-major dependencies

16f8169
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

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

chore(deps): update all non-major dependencies
16f8169
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Nov 14, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (6)

pkg/binarywrapper/binarywrapper.go|184 col 4| return statements should not be cuddled if block has more than two lines (wsl)
internal/scp/scp_test.go|158 col 5| expressions should not be cuddled with blocks (wsl)
internal/scp/scp_test.go|166 col 5| expressions should not be cuddled with blocks (wsl)
internal/ssh/ssh_test.go|158 col 5| expressions should not be cuddled with blocks (wsl)
pkg/binarywrapper/binarywrapper_test.go|156 col 4| expressions should not be cuddled with declarations or returns (wsl)
pkg/binarywrapper/binarywrapper_test.go|264 col 4| expressions should not be cuddled with declarations or returns (wsl)

Filtered Findings (0)

Annotations

Check failure on line 184 in pkg/binarywrapper/binarywrapper.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/binarywrapper/binarywrapper.go#L184

return statements should not be cuddled if block has more than two lines (wsl)
Raw output
pkg/binarywrapper/binarywrapper.go:184:4: return statements should not be cuddled if block has more than two lines (wsl)
			return fmt.Errorf("%w: %w", ErrExec, err)
			^

Check failure on line 158 in internal/scp/scp_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/scp/scp_test.go#L158

expressions should not be cuddled with blocks (wsl)
Raw output
internal/scp/scp_test.go:158:5: expressions should not be cuddled with blocks (wsl)
				testutils.ValidateMockFile(t, test.mockFS, test.config.locationPasswordFile, test.config.SSHPassword)
				^

Check failure on line 166 in internal/scp/scp_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/scp/scp_test.go#L166

expressions should not be cuddled with blocks (wsl)
Raw output
internal/scp/scp_test.go:166:5: expressions should not be cuddled with blocks (wsl)
				testutils.ValidateMockFile(t, test.mockFS, test.config.locationPassphraseFile, test.config.SSHPassphrase)
				^

Check failure on line 158 in internal/ssh/ssh_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/ssh/ssh_test.go#L158

expressions should not be cuddled with blocks (wsl)
Raw output
internal/ssh/ssh_test.go:158:5: expressions should not be cuddled with blocks (wsl)
				testutils.ValidateMockFile(t, test.mockFS, test.config.locationPasswordFile, test.config.SSHPassword)
				^

Check failure on line 156 in pkg/binarywrapper/binarywrapper_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/binarywrapper/binarywrapper_test.go#L156

expressions should not be cuddled with declarations or returns (wsl)
Raw output
pkg/binarywrapper/binarywrapper_test.go:156:4: expressions should not be cuddled with declarations or returns (wsl)
			logrus.SetOutput(&outputBuffer)
			^

Check failure on line 264 in pkg/binarywrapper/binarywrapper_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/binarywrapper/binarywrapper_test.go#L264

expressions should not be cuddled with declarations or returns (wsl)
Raw output
pkg/binarywrapper/binarywrapper_test.go:264:4: expressions should not be cuddled with declarations or returns (wsl)
			logrus.SetOutput(&outputBuffer)
			^