Skip to content

Commit

Permalink
fix gilangci config (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme committed Nov 9, 2022
1 parent 9679e45 commit bacd1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Expand Up @@ -342,8 +342,8 @@ linters-settings:
- standard # Standard section: captures all standard packages.
- default # Default section: contains all imports that could not be matched to another section type.
- prefix(github.com/polarismesh/polaris) # Custom section: groups all imports with the specified Prefix.
- blank # Blank section: contains all blank imports. This section is not present unless explicitly enabled.
- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
#- blank # Blank section: contains all blank imports. This section is not present unless explicitly enabled.
#- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
# Skip generated files.
# Default: true
skip-generated: true
Expand Down

0 comments on commit bacd1d2

Please sign in to comment.