Skip to content
GitHub Actions / ktlint failed Mar 18, 2024 in 1s

reviewdog [ktlint] report

reported by reviewdog 🐶

Findings (4)

passageflex/src/androidTest/java/id/passage/passageflex/ExampleInstrumentedTest.kt|5 col 1| Wildcard import
passageflex/src/main/java/id/passage/passageflex/AuthenticateException.kt|3 col 1| Wildcard import
passageflex/src/main/java/id/passage/passageflex/RegisterException.kt|3 col 1| Wildcard import
passageflex/src/test/java/id/passage/passageflex/ExampleUnitTest.kt|3 col 1| Wildcard import

Filtered Findings (15)

passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt|5 col 19| Property name should use the screaming snake case notation when the value can not be changed
passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt|6 col 19| Property name should use the screaming snake case notation when the value can not be changed
passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt|7 col 19| Property name should use the screaming snake case notation when the value can not be changed
passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt|8 col 19| Property name should use the screaming snake case notation when the value can not be changed
passage/src/androidTest/java/id/passage/android/MailosaurClient.kt|1 col 1| File 'MailosaurClient.kt' contains a single top level declaration and should be named 'MailosaurAPIClient.kt'
passage/src/androidTest/java/id/passage/android/MailosaurClient.kt|50 col 24| Property name should use the screaming snake case notation when the value can not be changed
passage/src/androidTest/java/id/passage/android/MailosaurClient.kt|52 col 23| Property name should use the screaming snake case notation when the value can not be changed
passage/src/androidTest/java/id/passage/android/MailosaurClient.kt|53 col 23| Property name should use the screaming snake case notation when the value can not be changed
passage/src/main/java/id/passage/android/Passage.kt|15 col 1| Wildcard import
passage/src/main/java/id/passage/android/Passage.kt|39 col 22| Property name should start with a lowercase letter and use camel case
passage/src/main/java/id/passage/android/PassageToken.kt|4 col 1| Wildcard import
passage/src/main/java/id/passage/android/PasskeyUtils.kt|13 col 1| Wildcard import
passage/src/main/java/id/passage/android/exceptions/LoginWithPasskeyException.kt|5 col 1| Wildcard import
passage/src/main/java/id/passage/android/exceptions/RegisterWithPasskeyException.kt|5 col 1| Wildcard import
passage/src/test/java/id/passage/android/ExampleUnitTest.kt|3 col 1| Wildcard import

Annotations

Check failure on line 5 in passageflex/src/androidTest/java/id/passage/passageflex/ExampleInstrumentedTest.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] passageflex/src/androidTest/java/id/passage/passageflex/ExampleInstrumentedTest.kt#L5 <standard:no-wildcard-imports>

Wildcard import
Raw output
passageflex/src/androidTest/java/id/passage/passageflex/ExampleInstrumentedTest.kt:5:1: error: Wildcard import (standard:no-wildcard-imports)

Check failure on line 3 in passageflex/src/main/java/id/passage/passageflex/AuthenticateException.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] passageflex/src/main/java/id/passage/passageflex/AuthenticateException.kt#L3 <standard:no-wildcard-imports>

Wildcard import
Raw output
passageflex/src/main/java/id/passage/passageflex/AuthenticateException.kt:3:1: error: Wildcard import (standard:no-wildcard-imports)

Check failure on line 3 in passageflex/src/main/java/id/passage/passageflex/RegisterException.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] passageflex/src/main/java/id/passage/passageflex/RegisterException.kt#L3 <standard:no-wildcard-imports>

Wildcard import
Raw output
passageflex/src/main/java/id/passage/passageflex/RegisterException.kt:3:1: error: Wildcard import (standard:no-wildcard-imports)

Check failure on line 3 in passageflex/src/test/java/id/passage/passageflex/ExampleUnitTest.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] passageflex/src/test/java/id/passage/passageflex/ExampleUnitTest.kt#L3 <standard:no-wildcard-imports>

Wildcard import
Raw output
passageflex/src/test/java/id/passage/passageflex/ExampleUnitTest.kt:3:1: error: Wildcard import (standard:no-wildcard-imports)