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

fix path@patch not use #277

Merged
merged 1 commit into from
Aug 28, 2024

fix path@patch not use

cb3ef8a
Select commit
Loading
Failed to load commit list.
Merged

fix path@patch not use #277

fix path@patch not use
cb3ef8a
Select commit
Loading
Failed to load commit list.
qiniu-x / golangci-lint failed Aug 28, 2024 in 36s

golangci-lint found 2 issues related to your changes

If you have any questions about this comment, feel free to raise an issue here.

Annotations

Check warning on line 434 in gopbuild/build_test.go

See this annotation in the file changed.

@qiniu-x qiniu-x / golangci-lint

gopbuild/build_test.go#L434

ST1003: should not use underscores in Go names; var patch_data should be patchData (stylecheck)

Check warning on line 32 in gopbuild/build_test.go

See this annotation in the file changed.

@qiniu-x qiniu-x / golangci-lint

gopbuild/build_test.go#L32

test helper function should start from t.Helper() (thelper)