-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: resolve local lint issues (#823)
Resolve the following issues observed on `make lint` ``` --> Running linter pkg/inclusion/paths.go:49: File is not `gofumpt`-ed (gofumpt) // The following nolint can be removed after this function is used. pkg/inclusion/paths.go:68: File is not `gofumpt`-ed (gofumpt) // / \ // / \ pkg/inclusion/paths.go:71: File is not `gofumpt`-ed (gofumpt) // /\ /\ x/payment/keeper/keeper.go:31: File is not `gofumpt`-ed (gofumpt) // MsgPayForData moves a user's coins to the module address and burns them. app/export.go:49: File is not `gofumpt`-ed (gofumpt) // in favour of export at a block height make: *** [lint] Error 1 ``` These lines haven't been modified recently. It's not clear to me why these issues haven't been flagged by lint on CI.
- Loading branch information
Showing
3 changed files
with
15 additions
and
13 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