1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00
Files
v2fly/.github/linters/.golangci.yml

46 lines
666 B
YAML
Raw Normal View History

2020-09-04 13:38:15 +08:00
run:
timeout: 5m
2020-09-09 17:50:36 +08:00
skip-files:
- generated.*
2020-09-04 13:38:15 +08:00
issues:
new: true
exclude-rules:
- linters:
- staticcheck
text: "SA1019:"
2020-09-04 13:38:15 +08:00
linters:
enable:
- asciicheck
2020-09-04 13:38:15 +08:00
- bodyclose
- depguard
- gocritic
- gofmt
- gofumpt
2020-09-04 13:38:15 +08:00
- goimports
- golint
- goprintffuncname
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- varcheck
- whitespace
2020-10-09 22:06:40 +08:00
disable:
- deadcode
2020-10-10 00:19:09 +08:00
- errcheck
- unused
linters-settings:
goimports:
local-prefixes: github.com/v2fly/v2ray-core