Go #1636
Annotations
10 errors
revive:
cmd/rtr/main.go#L15
should have a package comment
|
revive:
constants/const.go#L15
package comment should be of the form "Package constants ..."
|
revive:
testcommon/testcommon.go#L34
comment on exported type TLSCred should be of the form "TLSCred ..." (with optional leading article)
|
revive:
chk/chk.go#L59
exported func IgnoreOperationID returns unexported type *chk.ignoreOpID, which can be annoying to use
|
revive:
chk/chk.go#L85
exported func IncludeServerError returns unexported type *chk.includeServerError, which can be annoying to use
|
revive:
chk/chk.go#L243
exported func AllowUnimplemented returns unexported type *chk.allowUnimplemented, which can be annoying to use
|
revive:
chk/chk.go#L254
exported func IgnoreDetails returns unexported type *chk.ignoreDetails, which can be annoying to use
|
revive:
cmd/ccli/ccli_test.go#L59
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
revive:
cmd/ccli/ccli_test.go#L59
parameter 'uri' seems to be unused, consider removing or renaming it as _
|
revive:
fluent/fluent.go#L307
exported const AllAFTs should have comment (or a comment on this block) or be unexported
|
Loading