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

chore: fix linter warnings (backport #3311) #3485

Closed
wants to merge 1 commit into from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Apr 18, 2023

This is an automatic backport of pull request #3311 done by Mergify.
Cherry-pick of 5a67efc has failed:

On branch mergify/bp/release/v7.1.x/pr-3311
Your branch is up to date with 'origin/release/v7.1.x'.

You are currently cherry-picking commit 5a67efc4.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   .github/workflows/golangci.yml
	modified:   .golangci.yml
	modified:   modules/apps/27-interchain-accounts/controller/ibc_middleware_test.go
	modified:   modules/apps/27-interchain-accounts/controller/keeper/account_test.go
	modified:   modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go
	modified:   modules/apps/27-interchain-accounts/controller/migrations/v6/migrations_test.go
	modified:   modules/apps/27-interchain-accounts/controller/types/params.go
	modified:   modules/apps/27-interchain-accounts/genesis/types/genesis.go
	modified:   modules/apps/27-interchain-accounts/host/ibc_module_test.go
	modified:   modules/apps/27-interchain-accounts/host/keeper/keeper_test.go
	modified:   modules/apps/27-interchain-accounts/host/types/params.go
	modified:   modules/apps/27-interchain-accounts/module.go
	modified:   modules/apps/29-fee/ibc_middleware.go
	modified:   modules/apps/29-fee/ica_test.go
	modified:   modules/apps/29-fee/types/fee.go
	modified:   modules/apps/29-fee/types/msgs.go
	modified:   modules/apps/transfer/keeper/keeper.go
	modified:   modules/apps/transfer/keeper/mbt_relay_test.go
	modified:   modules/apps/transfer/keeper/relay_test.go
	modified:   modules/core/03-connection/types/genesis.go
	modified:   modules/core/04-channel/keeper/handshake.go
	modified:   modules/core/04-channel/keeper/handshake_test.go
	modified:   modules/core/04-channel/keeper/keeper.go
	modified:   modules/core/05-port/keeper/keeper.go
	modified:   modules/core/23-commitment/types/merkle.go
	modified:   modules/core/keeper/migrations.go
	modified:   modules/core/module.go
	modified:   modules/light-clients/06-solomachine/misbehaviour_handle.go
	modified:   modules/light-clients/07-tendermint/client_state.go
	modified:   modules/light-clients/07-tendermint/misbehaviour.go
	modified:   testing/endpoint.go
	modified:   testing/mock/mock.go
	modified:   testing/path.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   modules/apps/27-interchain-accounts/controller/keeper/account.go
	both modified:   modules/apps/27-interchain-accounts/controller/keeper/genesis.go
	both modified:   modules/apps/27-interchain-accounts/host/keeper/genesis.go
	both modified:   modules/core/02-client/migrations/v7/store.go
	both modified:   modules/core/keeper/msg_server.go
	both modified:   testing/chain.go

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

(cherry picked from commit 5a67efc)

# Conflicts:
#	modules/apps/27-interchain-accounts/controller/keeper/account.go
#	modules/apps/27-interchain-accounts/controller/keeper/genesis.go
#	modules/apps/27-interchain-accounts/host/keeper/genesis.go
#	modules/core/02-client/migrations/v7/store.go
#	modules/core/keeper/msg_server.go
#	testing/chain.go
@mergify mergify bot added the conflicts label Apr 18, 2023
@crodriguezvega crodriguezvega deleted the mergify/bp/release/v7.1.x/pr-3311 branch April 18, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant