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 golangci-lint init env #226

Merged
merged 2 commits into from
Jul 9, 2024
Merged

Conversation

yuyang0914
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Jul 8, 2024

Deploy Preview for reviewbot-x canceled.

Name Link
🔨 Latest commit a950b3d
🔍 Latest deploy log https://app.netlify.com/sites/reviewbot-x/deploys/668bcf0b0e30b50008858ba2

Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.90%. Comparing base (c10df88) to head (a950b3d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #226   +/-   ##
=======================================
  Coverage   43.90%   43.90%           
=======================================
  Files          11       11           
  Lines         984      984           
=======================================
  Hits          432      432           
  Misses        515      515           
  Partials       37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Dockerfile Outdated
@@ -15,7 +15,7 @@ FROM alpine:3.20 as runner
# Do not install unnecessary tools to reduce image size.
RUN set -eux \
apk update && \
apk --no-cache add ca-certificates luacheck cppcheck shellcheck git openssh yarn
apk --no-cache add ca-certificates luacheck cppcheck shellcheck git openssh yarn libpcap-dev bison m4 flex gcc musl-dev curl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bison m4 flex gcc musl-dev curl 这些需要的原因是? 给下具体参考

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CarlJi CarlJi merged commit e5cfc71 into qiniu:master Jul 9, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants