mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-12-22 00:36:41 +02: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
|
||
|
|