ktlint --format #3
reviewdog [ktlint] report
reported by reviewdog 🐶
Findings (23)
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt|34 col 29| Property name should use the screaming snake case notation when the value can not be changed
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt|35 col 29| Property name should use the screaming snake case notation when the value can not be changed
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt|36 col 29| Property name should use the screaming snake case notation when the value can not be changed
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt|37 col 29| Property name should use the screaming snake case notation when the value can not be changed
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt|38 col 29| Property name should use the screaming snake case notation when the value can not be changed
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt|39 col 29| Property name should use the screaming snake case notation when the value can not be changed
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt|40 col 29| Property name should use the screaming snake case notation when the value can not be changed
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt|47 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|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
Filtered Findings (0)
Annotations
github-actions / ktlint
[ktlint] passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt#L34 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt:34:29: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
github-actions / ktlint
[ktlint] passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt#L35 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt:35:29: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
github-actions / ktlint
[ktlint] passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt#L36 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt:36:29: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
github-actions / ktlint
[ktlint] passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt#L37 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt:37:29: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
github-actions / ktlint
[ktlint] passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt#L38 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt:38:29: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
github-actions / ktlint
[ktlint] passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt#L39 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt:39:29: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
github-actions / ktlint
[ktlint] passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt#L40 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt:40:29: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
github-actions / ktlint
[ktlint] passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt#L47 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/generated/src/main/kotlin/id/passage/client/infrastructure/ApiClient.kt:47:19: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
Check failure on line 5 in passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt
github-actions / ktlint
[ktlint] passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt#L5 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt:5:19: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
Check failure on line 6 in passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt
github-actions / ktlint
[ktlint] passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt#L6 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt:6:19: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
Check failure on line 7 in passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt
github-actions / ktlint
[ktlint] passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt#L7 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt:7:19: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
Check failure on line 8 in passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt
github-actions / ktlint
[ktlint] passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt#L8 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/src/androidTest/java/id/passage/android/IntegrationTestConfig.kt:8:19: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
Check failure on line 1 in passage/src/androidTest/java/id/passage/android/MailosaurClient.kt
github-actions / ktlint
[ktlint] passage/src/androidTest/java/id/passage/android/MailosaurClient.kt#L1 <standard:filename>
File 'MailosaurClient.kt' contains a single top level declaration and should be named 'MailosaurAPIClient.kt'
Raw output
passage/src/androidTest/java/id/passage/android/MailosaurClient.kt:1:1: error: File 'MailosaurClient.kt' contains a single top level declaration and should be named 'MailosaurAPIClient.kt' (standard:filename)
Check failure on line 50 in passage/src/androidTest/java/id/passage/android/MailosaurClient.kt
github-actions / ktlint
[ktlint] passage/src/androidTest/java/id/passage/android/MailosaurClient.kt#L50 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/src/androidTest/java/id/passage/android/MailosaurClient.kt:50:24: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
Check failure on line 52 in passage/src/androidTest/java/id/passage/android/MailosaurClient.kt
github-actions / ktlint
[ktlint] passage/src/androidTest/java/id/passage/android/MailosaurClient.kt#L52 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/src/androidTest/java/id/passage/android/MailosaurClient.kt:52:23: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
Check failure on line 53 in passage/src/androidTest/java/id/passage/android/MailosaurClient.kt
github-actions / ktlint
[ktlint] passage/src/androidTest/java/id/passage/android/MailosaurClient.kt#L53 <standard:property-naming>
Property name should use the screaming snake case notation when the value can not be changed
Raw output
passage/src/androidTest/java/id/passage/android/MailosaurClient.kt:53:23: error: Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)
Check failure on line 15 in passage/src/main/java/id/passage/android/Passage.kt
github-actions / ktlint
[ktlint] passage/src/main/java/id/passage/android/Passage.kt#L15 <standard:no-wildcard-imports>
Wildcard import
Raw output
passage/src/main/java/id/passage/android/Passage.kt:15:1: error: Wildcard import (standard:no-wildcard-imports)
Check failure on line 39 in passage/src/main/java/id/passage/android/Passage.kt
github-actions / ktlint
[ktlint] passage/src/main/java/id/passage/android/Passage.kt#L39 <standard:property-naming>
Property name should start with a lowercase letter and use camel case
Raw output
passage/src/main/java/id/passage/android/Passage.kt:39:22: error: Property name should start with a lowercase letter and use camel case (standard:property-naming)
Check failure on line 4 in passage/src/main/java/id/passage/android/PassageToken.kt
github-actions / ktlint
[ktlint] passage/src/main/java/id/passage/android/PassageToken.kt#L4 <standard:no-wildcard-imports>
Wildcard import
Raw output
passage/src/main/java/id/passage/android/PassageToken.kt:4:1: error: Wildcard import (standard:no-wildcard-imports)
Check failure on line 13 in passage/src/main/java/id/passage/android/PasskeyUtils.kt
github-actions / ktlint
[ktlint] passage/src/main/java/id/passage/android/PasskeyUtils.kt#L13 <standard:no-wildcard-imports>
Wildcard import
Raw output
passage/src/main/java/id/passage/android/PasskeyUtils.kt:13:1: error: Wildcard import (standard:no-wildcard-imports)
github-actions / ktlint
[ktlint] passage/src/main/java/id/passage/android/exceptions/LoginWithPasskeyException.kt#L5 <standard:no-wildcard-imports>
Wildcard import
Raw output
passage/src/main/java/id/passage/android/exceptions/LoginWithPasskeyException.kt:5:1: error: Wildcard import (standard:no-wildcard-imports)
github-actions / ktlint
[ktlint] passage/src/main/java/id/passage/android/exceptions/RegisterWithPasskeyException.kt#L5 <standard:no-wildcard-imports>
Wildcard import
Raw output
passage/src/main/java/id/passage/android/exceptions/RegisterWithPasskeyException.kt:5:1: error: Wildcard import (standard:no-wildcard-imports)
Check failure on line 3 in passage/src/test/java/id/passage/android/ExampleUnitTest.kt
github-actions / ktlint
[ktlint] passage/src/test/java/id/passage/android/ExampleUnitTest.kt#L3 <standard:no-wildcard-imports>
Wildcard import
Raw output
passage/src/test/java/id/passage/android/ExampleUnitTest.kt:3:1: error: Wildcard import (standard:no-wildcard-imports)