Skip to content

Add Swagger

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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'