Skip to content

Commit

Permalink
golangci: Add local prefixes for goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Nov 20, 2024
1 parent 8421de9 commit ba51a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ linters-settings:
- standard
- default
- prefix(github.com/lxc/incus)
goimports:
local-prefixes: github.com/lxc/incus
errcheck:
exclude-functions:
- (io.ReadCloser).Close
Expand Down

0 comments on commit ba51a3f

Please sign in to comment.