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

Enable build config for integration test env vars #29

Update TokenStoreTests.kt

ba90f75
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Enable build config for integration test env vars #29

Update TokenStoreTests.kt
ba90f75
Select commit
Loading
Failed to load commit list.
GitHub Actions / ktlint failed Mar 21, 2024 in 0s

reviewdog [ktlint] report

reported by reviewdog 🐶

Findings (1)

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'

Filtered Findings (13)

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|51 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|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 1 in passage/src/androidTest/java/id/passage/android/MailosaurClient.kt

See this annotation in the file changed.

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