feat: 通过TX服务器检查URL安全性 #426
Annotations
9 errors
GolangCI-Lint:
client/packets/oidb/security_url.go#L13
var-naming: type UrlSecurityLevel should be URLSecurityLevel (revive)
|
GolangCI-Lint:
client/packets/oidb/security_url.go#L16
var-naming: const UrlSecurityLevelSafe should be URLSecurityLevelSafe (revive)
|
GolangCI-Lint:
client/packets/oidb/security_url.go#L17
var-naming: const UrlSecurityLevelUnknown should be URLSecurityLevelUnknown (revive)
|
GolangCI-Lint:
client/packets/oidb/security_url.go#L18
var-naming: const UrlSecurityLevelDanger should be URLSecurityLevelDanger (revive)
|
GolangCI-Lint:
client/packets/oidb/security_url.go#L32
var-naming: func BuildUrlCheckRequest should be BuildURLCheckRequest (revive)
|
GolangCI-Lint:
client/packets/oidb/security_url.go#L51
var-naming: func ParseUrlCheckResponse should be ParseURLCheckResponse (revive)
|
GolangCI-Lint:
client/operation.go#L1340
var-naming: method CheckUrlSafely should be CheckURLSafely (revive)
|
GolangCI-Lint:
client/packets/oidb/security_url.go#L22
missing cases in switch of type oidb.UrlSecurityLevel: oidb.UrlSecurityLevelUnknown (exhaustive)
|
GolangCI-Lint
issues found
|
Loading