Skip to content

chore(deps): update actions/checkout action to v7#76

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x
Open

chore(deps): update actions/checkout action to v7#76
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x

chore(deps): update actions/checkout action to v7

a98e445
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / detekt succeeded Jun 18, 2026 in 0s

reviewdog [detekt] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (28)

v201/src/main/kotlin/com/monta/library/ocpp/v201/client/OcppClientV201Builder.kt|17 col 7| Class 'OcppClientV201Builder' with '13' functions detected. Defined threshold inside classes is set to '11'
v201/src/main/kotlin/com/monta/library/ocpp/v201/client/OcppClientV201.kt|73 col 7| Class 'OcppClientV201' with '12' functions detected. Defined threshold inside classes is set to '11'
v201/src/main/kotlin/com/monta/library/ocpp/v201/server/OcppServerV201.kt|107 col 7| Class 'OcppServerV201' with '13' functions detected. Defined threshold inside classes is set to '11'
v201/src/main/kotlin/com/monta/library/ocpp/v201/server/OcppServerV201Builder.kt|21 col 7| Class 'OcppServerV201Builder' with '17' functions detected. Defined threshold inside classes is set to '11'
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|46 col 17| The function module is too long (86). The maximum length is 60.
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|24 col 1| Wildcard import
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|25 col 1| Wildcard import
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|26 col 1| Wildcard import
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|27 col 1| Wildcard import
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|28 col 1| Wildcard import
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|29 col 1| Wildcard import
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|30 col 1| Wildcard import
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|31 col 1| Wildcard import
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|24 col 1| io.ktor.server.application.* is a wildcard import. Replace it with fully qualified imports.
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|25 col 1| io.ktor.server.netty.* is a wildcard import. Replace it with fully qualified imports.
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|26 col 1| io.ktor.server.plugins.calllogging.* is a wildcard import. Replace it with fully qualified imports.
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|27 col 1| io.ktor.server.plugins.contentnegotiation.* is a wildcard import. Replace it with fully qualified imports.
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|28 col 1| io.ktor.server.routing.* is a wildcard import. Replace it with fully qualified imports.
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|29 col 1| io.ktor.server.util.* is a wildcard import. Replace it with fully qualified imports.
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|30 col 1| io.ktor.server.websocket.* is a wildcard import. Replace it with fully qualified imports.
server/src/main/kotlin/com/monta/ocpp/MontaApplication.kt|31 col 1| io.ktor.websocket.* is a wildcard import. Replace it with fully qualified imports.
v201/src/main/kotlin/com/monta/library/ocpp/v201/blocks/provisioning/NotifyReport.kt|125 col 9| Enum entry names should match the pattern: [A-Z][_a-zA-Z0-9]*
v201/src/main/kotlin/com/monta/library/ocpp/v201/blocks/provisioning/NotifyReport.kt|126 col 9| Enum entry names should match the pattern: [A-Z][_a-zA-Z0-9]*
v201/src/main/kotlin/com/monta/library/ocpp/v201/blocks/provisioning/NotifyReport.kt|127 col 9| Enum entry names should match the pattern: [A-Z][_a-zA-Z0-9]*
v201/src/main/kotlin/com/monta/library/ocpp/v201/blocks/provisioning/NotifyReport.kt|128 col 9| Enum entry names should match the pattern: [A-Z][_a-zA-Z0-9]*
v201/src/main/kotlin/com/monta/library/ocpp/v201/blocks/provisioning/NotifyReport.kt|129 col 9| Enum entry names should match the pattern: [A-Z][_a-zA-Z0-9]*
v201/src/main/kotlin/com/monta/library/ocpp/v201/common/IdToken.kt|29 col 9| Enum entry names should match the pattern: [A-Z][_a-zA-Z0-9]*
v16/src/main/kotlin/com/monta/library/ocpp/v16/extension/OcppExtensionService.kt|28 col 17| Function handleRequest has 6 return statements which exceeds the limit of 4.