Skip to content

Commit

Permalink
goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Dec 15, 2023
1 parent 6b1e823 commit d9a4181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ linters-settings:
- pattern: 'interface{}'
replacement: 'any'
goimports:
local-prefixes: github.com/golangci/golangci-lint
local-prefixes: github.com/refaktor/rye
gomnd:
# don't include the "operation" and "assign"
checks:
Expand Down Expand Up @@ -94,7 +94,7 @@ linters:
# - gocritic
# - gocyclo
- gofmt
# - goimports
- goimports
# - gomnd
- goprintffuncname
- gosec
Expand Down

0 comments on commit d9a4181

Please sign in to comment.