Skip to content

Commit

Permalink
fix goloang ci : file is not goimports-ed for a valid import
Browse files Browse the repository at this point in the history
Signed-off-by: outscale_hmi <hanen.mizouni@outscale.com>
  • Loading branch information
outscale-hmi committed Mar 13, 2023
1 parent b0c7dff commit 1f66467
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ issues:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- goimports
- gosimple
Expand All @@ -36,7 +35,6 @@ linters:
- staticcheck
- unconvert
- unused
- varcheck
fast: true

# options for analysis running
Expand Down

0 comments on commit 1f66467

Please sign in to comment.