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

run golangci-lint on all modules #2350

Merged
merged 3 commits into from
Apr 29, 2022
Merged

Conversation

willnorris
Copy link
Collaborator

@willnorris willnorris commented Apr 29, 2022

Fixes #2349

@codecov
Copy link

codecov bot commented Apr 29, 2022

Codecov Report

Merging #2350 (88b1675) into master (ca149ad) will not change coverage.
The diff coverage is n/a.

❗ Current head 88b1675 differs from pull request most recent head c6351d6. Consider uploading reports for the commit c6351d6 to get more accurate results

@@           Coverage Diff           @@
##           master    #2350   +/-   ##
=======================================
  Coverage   98.05%   98.05%           
=======================================
  Files         119      119           
  Lines       10471    10471           
=======================================
  Hits        10267    10267           
  Misses        140      140           
  Partials       64       64           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca149ad...c6351d6. Read the comment docs.

@willnorris willnorris force-pushed the golanglint branch 10 times, most recently from 31e094f to 7a6069b Compare April 29, 2022 17:33
update go.sum for newreposecretwithlibsodium
remove go modules for newreposecretwithxcrypto, since it's unnecessary
@willnorris willnorris marked this pull request as ready for review April 29, 2022 18:11
@willnorris
Copy link
Collaborator Author

I don't love that this now expands out to four linter runs for every PR, but it's the cleanest approach I think and they run super fast.

@willnorris willnorris requested a review from gmlewis April 29, 2022 18:12
Copy link
Collaborator

@gmlewis gmlewis left a comment

Choose a reason for hiding this comment

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

Thank you, @willnorris !
LGTM.

@willnorris willnorris merged commit c071ded into google:master Apr 29, 2022
@willnorris willnorris deleted the golanglint branch April 29, 2022 18:35
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.

Fix golangci-lint workflow to run in submodules
2 participants