Skip to content

Commit

Permalink
gci seems not compatible with gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Mar 21, 2024
1 parent 2507964 commit 872f13d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ linters:
- exportloopref
- goconst
- gocritic
- gci
- gofumpt
- gosec
- gosimple
Expand Down Expand Up @@ -63,14 +62,6 @@ issues:
max-same-issues: 10000

linters-settings:
gci:
custom-order: true
sections:
- standard # Standard section: captures all standard packages.
- default # Default section: contains all imports that could not be matched to another section type.
- prefix(cosmossdk.io)
- prefix(github.com/cosmos/cosmos-sdk)

gosec:
# To select a subset of rules to run.
# Available rules: https://github.com/securego/gosec#available-rules
Expand Down

0 comments on commit 872f13d

Please sign in to comment.