1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-30 15:56:28 -04:00
v2fly/.github/linters/.golangci.yml

49 lines
683 B
YAML
Raw Normal View History

2020-09-04 01:38:15 -04:00
run:
skip-dirs:
- external
2020-09-09 05:50:36 -04:00
skip-files:
- generated.*
2020-09-04 01:38:15 -04:00
linters:
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
- errcheck
- exhaustive
- funlen
- gochecknoinits
- goconst
- gocritic
- gocyclo
- gofmt
- goimports
- golint
- gomnd
- goprintffuncname
- gosec
- gosimple
- govet
- ineffassign
- interfacer
- lll
- misspell
- nakedret
- noctx
- nolintlint
- rowserrcheck
- scopelint
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace
2020-09-09 06:01:33 -04:00
issues:
new: true