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

ci: enable revive #580

Merged
merged 2 commits into from
Jul 30, 2022
Merged

ci: enable revive #580

merged 2 commits into from
Jul 30, 2022

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Jul 28, 2022

Description

Partially addresses #323

@rootulp rootulp added the CI item that directly relates to or modify the CI label Jul 28, 2022
@rootulp rootulp self-assigned this Jul 28, 2022
@rootulp rootulp requested a review from evan-forbes July 28, 2022 21:10
@rootulp rootulp marked this pull request as ready for review July 28, 2022 21:10
// This is provided for compatibility between protobuf and amino implementations.
type EncodingConfig struct {
type Config struct {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Renamed to fix this warning:

app/encoding/encoding.go:18:6: exported: type name will be used as encoding.EncodingConfig by other packages, and that stutters; consider calling this Config (revive)
type EncodingConfig struct {
     ^

@celestiaorg celestiaorg deleted a comment from codecov-commenter Jul 29, 2022
@rootulp rootulp merged commit b75f6be into celestiaorg:master Jul 30, 2022
@rootulp rootulp deleted the rp/revive branch July 30, 2022 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI item that directly relates to or modify the CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants