Go #1632
Annotations
10 errors
revive:
constants/const.go#L15
package comment should be of the form "Package constants ..."
|
revive:
rib/rib.go#L652
redefinition of the built-in function new
|
revive:
rib/rib.go#L693
redefinition of the built-in function new
|
revive:
testcommon/testcommon.go#L34
comment on exported type TLSCred should be of the form "TLSCred ..." (with optional leading article)
|
revive:
fluent/fluent.go#L214
parameter 't' seems to be unused, consider removing or renaming it as _
|
revive:
fluent/fluent.go#L238
parameter 't' seems to be unused, consider removing or renaming it as _
|
revive:
fluent/fluent.go#L420
parameter 't' seems to be unused, consider removing or renaming it as _
|
revive:
fluent/fluent.go#L457
parameter 't' seems to be unused, consider removing or renaming it as _
|
revive:
fluent/fluent.go#L466
parameter 't' 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