diff --git a/.golangci.yml b/.golangci.yml index 16903ed6..b88bf672 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,3 +9,12 @@ linters: - prealloc - unconvert - unparam + - goimports + - whitespace + +linters-settings: + whitespace: + multi-func: true + goimports: + local-prefixes: gorm.io/gorm +