Remove ToString0[T] usage to fix golangci-lint

This commit is contained in:
世界 2022-07-10 21:43:21 +08:00
parent 3e39af6035
commit 84be1c5eb6
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 21 additions and 46 deletions

View file

@ -1,50 +1,16 @@
run:
timeout: 5m
linters:
enable-all: true
disable:
- errcheck
- wrapcheck
- varnamelen
- stylecheck
- nonamedreturns
- nlreturn
- ireturn
- gomnd
- exhaustivestruct
- ifshort
- goerr113
- gochecknoglobals
- forcetypeassert
- exhaustruct
- exhaustive
- cyclop
- containedctx
- wsl
- nestif
- lll
- funlen
- goconst
- godot
- gocognit
- golint
- goimports
- nosnakecase
disable-all: true
enable:
- gofumpt
- govet
- gci
- staticcheck
linters-settings:
revive:
rules:
- name: var-naming
disabled: true
govet:
enable-all: true
disable:
- composites
- fieldalignment
- shadow
gci:
sections:
- standard
- prefix(github.com/sagernet/sing)
- default
- default
staticcheck:
go: '1.18'