Skip to content

Commit fa51ff0

Browse files
alacukupoiana
authored andcommitted
fix(linting): remove hugeParam warning
Signed-off-by: Aldo Lacuku <[email protected]>
1 parent 1f8a346 commit fa51ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oci/pusher/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func WithFilepathsAndPlatforms(filepaths, platforms []string) Option {
7474
// WithArtifactConfig sets the artifact configuration.
7575
//
7676
// Dependencies and requirements can be set by oci.ArtifactConfig.
77-
func WithArtifactConfig(config oci.ArtifactConfig) Option { //nolint:gocritic,hugeParam // we want to avoid indirect modification
77+
func WithArtifactConfig(config oci.ArtifactConfig) Option { //nolint:gocritic // we want to avoid indirect modification
7878
return func(o *opts) error {
7979
o.ArtifactConfig = &config
8080
return nil

0 commit comments

Comments
 (0)