Add Swagger #31
GitHub Actions / Checkstyle
completed
Dec 4, 2024 in 0s
Checkstyle Source Code Analyzer report
2 violation(s) found
Annotations
Check warning on line 184 in openapi/src/main/kotlin/kotlet/openapi/OpenAPIOperation.kt
github-actions / Checkstyle
detekt.CyclomaticComplexMethod
The function generatePropertySchema appears to be too complex based on Cyclomatic Complexity (complexity: 28). Defined complexity threshold for methods is set to '15'
Check warning on line 1 in openapi/src/main/kotlin/kotlet/openapi/OpenAPIOperation.kt
github-actions / Checkstyle
detekt.TooManyFunctions
File '/home/runner/work/kotlet/kotlet/openapi/src/main/kotlin/kotlet/openapi/OpenAPIOperation.kt' with '29' functions detected. Defined threshold inside files is set to '20'
Loading