lint: update some nolint comments:
``` cli/command/container/hijack.go:188:1⚠️ nolint directive did not match any issue (nolint) cli/command/image/trust.go:346:1⚠️ nolint directive did not match any issue (nolint) cli/command/manifest/push.go:211:1⚠️ nolint directive did not match any issue (nolint) cli/command/trust/signer_remove.go:79:1⚠️ nolint directive did not match any issue (nolint) internal/pkg/containerized/snapshot.go:95:1⚠️ nolint directive did not match any issue (nolint) internal/pkg/containerized/snapshot.go:138:1⚠️ nolint directive did not match any issue (nolint) ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -329,7 +329,6 @@ func convertTarget(t client.Target) (target, error) {
|
||||
}
|
||||
|
||||
// TagTrusted tags a trusted ref
|
||||
// nolint: interfacer
|
||||
func TagTrusted(ctx context.Context, cli command.Cli, trustedRef reference.Canonical, ref reference.NamedTagged) error {
|
||||
// Use familiar references when interacting with client and output
|
||||
familiarRef := reference.FamiliarString(ref)
|
||||
|
||||
Reference in New Issue
Block a user