Skip to content

Commit

Permalink
Fix detekt
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Jun 30, 2023
1 parent d47d58d commit 5979df0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import java.lang.Exception
* MetadataService starts to move metadata from cluster state to config index
*/
@OpenForTesting
@Suppress("MagicNumber", "ReturnCount", "LongMethod", "ComplexMethod")
@Suppress("MagicNumber", "ReturnCount", "LongMethod", "ComplexMethod", "NestedBlockDepth")
class MetadataService(
private val client: Client,
private val clusterService: ClusterService,
Expand Down

0 comments on commit 5979df0

Please sign in to comment.