mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-06-04 13:30:32 +08:00
15 lines
201 B
YAML
15 lines
201 B
YAML
version: 2
|
|
linters-settings:
|
|
lll:
|
|
line-length: 120
|
|
tab-width: 4
|
|
linters:
|
|
enable:
|
|
- lll # 控制行宽
|
|
- govet
|
|
- revive
|
|
formatters:
|
|
enable:
|
|
- gofmt
|
|
- gofumpt
|