Skip to content

Commit

Permalink
Merge pull request #136 from containerd/stefanberger/staticcheck
Browse files Browse the repository at this point in the history
ctr: Avoid staticcheck on imported file
  • Loading branch information
stefanberger authored Dec 28, 2023
2 parents 1292dc0 + 264dfc7 commit 2b7dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ctr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"fmt"
"os"

"github.com/containerd/containerd/pkg/seed"
"github.com/containerd/containerd/pkg/seed" //nolint:staticcheck // Global math/rand seed is deprecated, but still used by external dependencies
"github.com/containerd/imgcrypt/cmd/ctr/app"
"github.com/urfave/cli"
)
Expand Down

0 comments on commit 2b7dd2f

Please sign in to comment.