Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpeziBluetooth #106

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Merge branch 'feature/spezi-bluetooth' of github.com:StanfordSpezi/Sp…

609d2f3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

SpeziBluetooth #106

Merge branch 'feature/spezi-bluetooth' of github.com:StanfordSpezi/Sp…
609d2f3
Select commit
Loading
Failed to load commit list.
GitHub Actions / detekt failed Nov 3, 2024 in 0s

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

Check warning on line 3 in modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/configuration/DeviceDiscoveryDescriptor.kt

See this annotation in the file changed.

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

Check warning on line 29 in modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/core/model/AdvertisementData.kt

See this annotation in the file changed.

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

Check warning on line 7 in modules/bluetooth/src/main/kotlin/edu/stanford/spezi/modules/bluetooth/BTUUID.kt

See this annotation in the file changed.

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