lint-fix: ST1003 #375
Annotations
10 errors
GolangCI-Lint:
client/internal/cache/cache.go#L93
unused-parameter: parameter 'k' seems to be unused, consider removing or renaming it as _ (revive)
|
GolangCI-Lint:
client/internal/cache/base.go#L59
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)
|
GolangCI-Lint:
utils/audio/type.go#L3
exported: type name will be used as audio.AudioType by other packages, and that stutters; consider calling this Type (revive)
|
GolangCI-Lint:
utils/audio/info.go#L62
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
|
GolangCI-Lint:
utils/audio/info.go#L27
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
GolangCI-Lint:
client/internal/highway/highway.go#L23
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
GolangCI-Lint:
client/internal/highway/highway.go#L24
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
GolangCI-Lint:
client/event/group.go#L129
var-naming: type JsonParam should be JSONParam (revive)
|
GolangCI-Lint:
client/event/group.go#L133
var-naming: struct field Url should be URL (revive)
|
GolangCI-Lint:
client/event/group.go#L360
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Loading