Skip to content

Commit

Permalink
I hate detekt tbh
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 16, 2023
1 parent 7f9b784 commit d4e3433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/slack/auto/value/kotlin/AvkBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public data class AvkBuilder(
val classAnnotations: List<AnnotationSpec>
) {

@Suppress("LongMethod", "CyclomaticComplexMethod")
@Suppress("LongMethod", "CyclomaticComplexMethod", "NestedBlockDepth")
public fun createType(messager: Messager): TypeSpec {
val builder =
TypeSpec.classBuilder(name).addModifiers(visibility).addAnnotations(classAnnotations)
Expand Down

0 comments on commit d4e3433

Please sign in to comment.