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: resolve local lint issues #823

Merged
merged 1 commit into from
Sep 30, 2022
Merged

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Sep 30, 2022

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.

@rootulp rootulp self-assigned this Sep 30, 2022
@rootulp rootulp enabled auto-merge (squash) September 30, 2022 19:32
Copy link
Member

@evan-forbes evan-forbes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷

@rootulp rootulp merged commit 6b86e91 into celestiaorg:main Sep 30, 2022
@rootulp rootulp deleted the rp/lint branch September 30, 2022 20:25
rach-id pushed a commit to rach-id/celestia-app that referenced this pull request Nov 16, 2022
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants