mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 03:47:38 +03:00
50 lines
No EOL
766 B
YAML
50 lines
No EOL
766 B
YAML
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
|
|
|
|
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 |