Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: youhangwang <[email protected]>
  • Loading branch information
youhangwang committed Jun 13, 2024
1 parent a34cf5a commit 3857d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/cephfscg/cghandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (c *cgHandler) CreateOrUpdateReplicationGroupDestination(
return rgd, nil
}

//nolint:funlen
//nolint:funlen,gocognit,cyclop
func (c *cgHandler) CreateOrUpdateReplicationGroupSource(
replicationGroupSourceName, replicationGroupSourceNamespace string,
runFinalSync bool,
Expand Down

0 comments on commit 3857d27

Please sign in to comment.