mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 20:07:40 +03:00
16 lines
243 B
YAML
16 lines
243 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofumpt
|
|
- govet
|
|
# - gci
|
|
- staticcheck
|
|
|
|
linters-settings:
|
|
# gci:
|
|
# sections:
|
|
# - standard
|
|
# - prefix(github.com/sagernet/sing)
|
|
# - default
|
|
staticcheck:
|
|
go: '1.19'
|