mirror of
https://github.com/amnezia-vpn/amnezia-tun2socks.git
synced 2026-05-17 00:05:47 +03:00
24 lines
363 B
YAML
24 lines
363 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gci
|
|
- gofumpt
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- staticcheck
|
|
- unconvert
|
|
- unused
|
|
- usestdlibvars
|
|
|
|
linters-settings:
|
|
gci:
|
|
custom-order: true
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/xjasonlyu/tun2socks)
|
|
staticcheck:
|
|
go: '1.20'
|