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

golangci: add import alias linter #1696

Merged
merged 1 commit into from
Jan 27, 2023
Merged

golangci: add import alias linter #1696

merged 1 commit into from
Jan 27, 2023

Conversation

corverroos
Copy link
Contributor

Adds imports alias linters.

category: misc
ticket: #1684

@codecov
Copy link

codecov bot commented Jan 26, 2023

Codecov Report

Base: 54.27% // Head: 54.53% // Increases project coverage by +0.25% 🎉

Coverage data is based on head (bc1b7dc) compared to base (bfff703).
Patch coverage: 53.65% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1696      +/-   ##
==========================================
+ Coverage   54.27%   54.53%   +0.25%     
==========================================
  Files         159      159              
  Lines       20620    20620              
==========================================
+ Hits        11192    11245      +53     
+ Misses       7930     7880      -50     
+ Partials     1498     1495       -3     
Impacted Files Coverage Δ
core/interfaces.go 0.00% <ø> (ø)
testutil/beaconmock/beaconmock.go 46.03% <0.00%> (ø)
testutil/beaconmock/options.go 33.50% <0.00%> (ø)
testutil/validatormock/validatormock.go 30.81% <47.05%> (ø)
core/unsigneddata.go 47.34% <47.61%> (ø)
core/signeddata.go 44.42% <55.31%> (ø)
core/fetcher/fetcher.go 62.85% <66.66%> (ø)
core/validatorapi/router.go 65.07% <70.58%> (ø)
core/dutydb/memory.go 73.56% <100.00%> (ø)
core/validatorapi/validatorapi.go 58.76% <100.00%> (ø)
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@corverroos corverroos added the merge when ready Indicates bulldozer bot may merge when all checks pass label Jan 27, 2023
@obol-bulldozer obol-bulldozer bot merged commit 6f843df into main Jan 27, 2023
@obol-bulldozer obol-bulldozer bot deleted the corver/importas2 branch January 27, 2023 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants