mirror of
https://github.com/go-gorm/gorm.git
synced 2025-03-14 09:56:52 +00:00
21 lines
291 B
YAML
21 lines
291 B
YAML
linters:
|
|
enable:
|
|
- cyclop
|
|
- exportloopref
|
|
- gocritic
|
|
- gosec
|
|
- ineffassign
|
|
- misspell
|
|
- prealloc
|
|
- unconvert
|
|
- unparam
|
|
- goimports
|
|
- whitespace
|
|
|
|
linters-settings:
|
|
whitespace:
|
|
multi-func: true
|
|
goimports:
|
|
local-prefixes: gorm.io/gorm
|
|
|