Fix: lint setting for revive (#1758)

This commit is contained in:
Loyalsoldier 2022-05-01 00:58:07 +08:00 committed by GitHub
parent d9125f91af
commit 7d7fe08ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -43,3 +43,8 @@ linters:
linters-settings:
goimports:
local-prefixes: github.com/v2fly/v2ray-core
revive:
rules:
- name: blank-imports
severity: warning
disabled: true