-
Notifications
You must be signed in to change notification settings - Fork 122
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
lint interchaintest in the same manner as ibc-go #675
Conversation
Yes, there are some flaky tests here. Especially that SQL unit test : ( Re-running the test now. Also, can you add context here? This is this automated right? We maintain |
Ah, so, the first commit contains the automated changes. Otherwise, I recommend running: golangci-lint run ./... to see the isuses I can add this to the makefile :) |
This PR is in preparation for v50, so is it cool if I focus on main (supporting v50) and v7 (supporting sdk47)? If needed, I can lint v6 tho, just lmk |
Is this flaky tests, or do you think there's an issue in the PR? Thanks |
@faddat just flakey |
Going to close this as stale due to the # of conflicts & time the PR has been open. The team has discussed re-opening in the future, but likely should be done from scratch once we agree on which options to use |
This PR lints interchaintest in the same manner as ibc-go for consistency.
Where exclusions have been made, they've been noted in .golangci.yml.
This is somewhat pursuant to #713, but I think that'll require a second separate PR.
The goal is to add enforced consistency to the ibc-go codebase.