Skip to content

Commit

Permalink
feat: golangci add goimports and whitespace (#5835)
Browse files Browse the repository at this point in the history
  • Loading branch information
demoManito committed Nov 5, 2022
1 parent f82e9cf commit 5c8ecc3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .golangci.yml
Expand Up @@ -9,3 +9,12 @@ linters:
- prealloc
- unconvert
- unparam
- goimports
- whitespace

linters-settings:
whitespace:
multi-func: true
goimports:
local-prefixes: gorm.io/gorm

0 comments on commit 5c8ecc3

Please sign in to comment.