Skip to content

Commit

Permalink
Merge pull request #453 from seans3/ignore-lint-error
Browse files Browse the repository at this point in the history
Ignore receiver name lint error
  • Loading branch information
k8s-ci-robot authored Oct 28, 2021
2 parents 89b6f0b + 7fde7fb commit 84a79b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const (
)

// ClientDryRun returns true if input drs is DryRunClient
//nolint:stylecheck // Prevent lint errors on receiver names caused by string generation above
func (drs DryRunStrategy) ClientDryRun() bool {
return drs == DryRunClient
}
Expand Down

0 comments on commit 84a79b8

Please sign in to comment.