Skip to content

Commit

Permalink
Update: remove gci
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 14, 2023
1 parent 2ce0252 commit c19c2b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ linters:
- unused

# custom
- gci
- goconst
- gocyclo
- gofmt
Expand Down Expand Up @@ -47,11 +46,6 @@ linters-settings:
min-complexity: 30
goimports:
local-prefixes: github.com/ifooth/devcontainer
gci:
sections:
- standard
- default
- prefix(github.com/ifooth/devcontainer)
gosec:
includes:
- G201 # SQL query construction using format string
Expand Down
6 changes: 0 additions & 6 deletions root/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ linters:
- unused

# custom
# - gci
- goconst
- gocyclo
- gofmt
Expand Down Expand Up @@ -47,11 +46,6 @@ linters-settings:
min-complexity: 30
# goimports:
# local-prefixes: github.com/ifooth/devcontainer
# gci:
# sections:
# - standard
# - default
# - prefix(github.com/ifooth/devcontainer)
gosec:
includes:
- G201 # SQL query construction using format string
Expand Down

0 comments on commit c19c2b0

Please sign in to comment.