2020-09-04 01:38:15 -04:00
|
|
|
run:
|
2020-09-21 19:33:43 -04:00
|
|
|
timeout: 5m
|
2020-09-09 05:50:36 -04:00
|
|
|
skip-files:
|
|
|
|
- generated.*
|
2020-09-04 01:38:15 -04:00
|
|
|
|
2020-09-18 05:24:01 -04:00
|
|
|
issues:
|
2022-01-02 10:20:59 -05:00
|
|
|
new: true
|
2021-04-06 04:54:52 -04:00
|
|
|
exclude-rules:
|
|
|
|
- linters:
|
2021-11-27 04:16:41 -05:00
|
|
|
- staticcheck
|
2021-04-06 04:54:52 -04:00
|
|
|
text: "SA1019:"
|
2020-09-18 05:24:01 -04:00
|
|
|
|
2020-09-04 01:38:15 -04:00
|
|
|
linters:
|
|
|
|
enable:
|
2021-06-22 10:36:23 -04:00
|
|
|
- asciicheck
|
2020-09-04 01:38:15 -04:00
|
|
|
- bodyclose
|
|
|
|
- depguard
|
|
|
|
- gocritic
|
|
|
|
- gofmt
|
2021-06-22 10:36:23 -04:00
|
|
|
- gofumpt
|
2020-09-04 01:38:15 -04:00
|
|
|
- goimports
|
|
|
|
- goprintffuncname
|
|
|
|
- gosimple
|
|
|
|
- govet
|
|
|
|
- ineffassign
|
|
|
|
- misspell
|
|
|
|
- nakedret
|
2021-11-27 04:16:41 -05:00
|
|
|
- revive
|
2020-09-04 01:38:15 -04:00
|
|
|
- rowserrcheck
|
|
|
|
- staticcheck
|
|
|
|
- structcheck
|
|
|
|
- stylecheck
|
|
|
|
- typecheck
|
|
|
|
- unconvert
|
|
|
|
- unparam
|
|
|
|
- varcheck
|
|
|
|
- whitespace
|
2020-10-09 10:06:40 -04:00
|
|
|
disable:
|
|
|
|
- deadcode
|
2020-10-09 12:19:09 -04:00
|
|
|
- errcheck
|
|
|
|
- unused
|
2021-06-22 10:36:23 -04:00
|
|
|
|
|
|
|
linters-settings:
|
|
|
|
goimports:
|
|
|
|
local-prefixes: github.com/v2fly/v2ray-core
|