SpeziBluetooth #106
SpeziBluetooth #106
reviewdog [detekt] report
reported by reviewdog 🐶
Findings (3)
modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/configuration/DeviceDiscoveryDescriptor.kt|3 col 1| Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/core/model/AdvertisementData.kt|29 col 1| Needless blank line(s)
modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/BTUUID.kt|7 col 40| Missing trailing comma before ")"
Filtered Findings (0)
Annotations
github-actions / detekt
[detekt] modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/configuration/DeviceDiscoveryDescriptor.kt#L3 <detekt.ImportOrdering>
Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
Raw output
/github/workspace/modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/configuration/DeviceDiscoveryDescriptor.kt:3:1: warning: Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end (detekt.ImportOrdering)
github-actions / detekt
[detekt] modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/core/model/AdvertisementData.kt#L29 <detekt.NoConsecutiveBlankLines>
Needless blank line(s)
Raw output
/github/workspace/modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/core/model/AdvertisementData.kt:29:1: warning: Needless blank line(s) (detekt.NoConsecutiveBlankLines)
github-actions / detekt
[detekt] modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/BTUUID.kt#L7 <detekt.TrailingCommaOnDeclarationSite>
Missing trailing comma before ")"
Raw output
/github/workspace/modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/BTUUID.kt:7:40: warning: Missing trailing comma before ")" (detekt.TrailingCommaOnDeclarationSite)