-
Notifications
You must be signed in to change notification settings - Fork 568
chore: lint tests #4156
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
chore: lint tests #4156
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we revert the import grouping changes please? Or add that linter that keeps it standard (and the standard being was it was)
gci is that linter, and it is configured in its standard way. We could also configure it to group like how was done in ibc, or sdk. Ah, yeah I think I know exactly what you're looking for after checking the changeset.... moment |
@julienrbrt I think that checking errors found a bug. To make this easier to review, I'll separate the gci changes. |
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
@Pantani - actually that makes sense! Let me fix that issue with the import ordering. Thanks for pointing it out. |
recommend merging this first: |
great!! thanks for contributing @faddat |
@faddat, there are some merge conflicts. I think the problem is because the cleanup method into the |
# Conflicts: # ignite/internal/plugin/testdata/execute_fail/go.mod # ignite/internal/plugin/testdata/execute_ok/go.mod # ignite/services/chain/init.go # integration/node/cmd_query_bank_test.go # integration/node/cmd_tx_bank_send_test.go # integration/plugin/testdata/example-plugin/go.mod
Lint tests so that the codebase is consistently linted