-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fully enable revive * revive * resolve import shadowing by use of suite as a reciever * unused-receiver * names in parse.go * resolve import shadowing * resolve import shadowing in all places * disable flag-return revive linter * remove all unused receivers * disable modifies-method-receiver * unused-rec * unused-rec * unused-rec * unused-parameter * unused * remove unused-parameter linter * Revert "unused-parameter" This reverts commit 55e6862. * Revert "unused" This reverts commit f3f5acf. * revert a spelling issue caused by using us locale * don't use unused-parameters * don't use unused-parameters * fix a few stragglers and focus in on "return in a defer function" * interfaces -> any. Disable early-return and defer in revive for now. * transfer ibc module * type params * revert unneeded changes * revert unneeded changes * Revert "lint docs same as docs-lint pr" This reverts commit 7ea500c. * fix unused parameters (cleanup) * restore export.go * restore mock.go * resolve linting issues in mock.go * move interchain accounts tests to ica * complete cleanup * cleanup parameters * cleanup parameters * suite -> s * further cleanup * fully cleaned * tidy capability * Update e2e/testvalues/values.go Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com> * make e2e match main * make .github match main * Update modules/core/02-client/migrations/v7/solomachine.go Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com> * make the e2e folder match main * remove the test instances accidentally added * name unused parameters * don't name something "prefix" when using an import named "prefix" * use string, string instead of named returns, but keep the naming clarity * finish consistency * import suite as testifysuite * Rename suite to testifysuite, fix references. * s -> suite for controller module. * s -> suite for host module. * s -> suite for fee module, clean up additional host references. * s -> suite for transfer. * s -> suite for capability. * s -> suite for 02-client. * s -> suite for 03-connection. * s -> suite, missed cases. * s -> suite, 04-channel. * s -> suite, 05-port. * s -> suite, 23-commitment. * s -> suite, core. * s -> suite, light-client solomachine * s -> suite, light-client tendermint * s -> suite, light-client localhost * s -> suite, testing folder * clean up remaining usages of s. * Add directives to ignore deprecated event attributes. * Allow usage of interface{}. * Fix linting issues after rebase. * Address new linting issues. * Revert renaming of args. Requires separate issue. --------- Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com> Co-authored-by: Cian Hatton <cian@interchain.io>
- Loading branch information
1 parent
9e97003
commit a4ca39c
Showing
104 changed files
with
406 additions
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.