[DEV] Android Login UI 구성 및 Firebase Auth 연동 #8
Annotations
10 errors
ktlint:
app/src/main/java/com/gdsc_cau/vridge/login/LoginActivity.kt#L1
[ktlint] reported by reviewdog 🐶
Package name must not contain underscore
Raw Output:
app/src/main/java/com/gdsc_cau/vridge/login/LoginActivity.kt:1:9: error: Package name must not contain underscore (standard:package-name)
|
ktlint:
app/src/main/java/com/gdsc_cau/vridge/login/LoginView.kt#L1
[ktlint] reported by reviewdog 🐶
Package name must not contain underscore
Raw Output:
app/src/main/java/com/gdsc_cau/vridge/login/LoginView.kt:1:9: error: Package name must not contain underscore (standard:package-name)
|
ktlint:
app/src/main/java/com/gdsc_cau/vridge/login/LoginView.kt#L18
[ktlint] reported by reviewdog 🐶
Function name should start with a lowercase letter (except factory methods) and use camel case
Raw Output:
app/src/main/java/com/gdsc_cau/vridge/login/LoginView.kt:18:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)
|
ktlint:
app/src/main/java/com/gdsc_cau/vridge/login/LoginView.kt#L32
[ktlint] reported by reviewdog 🐶
Function name should start with a lowercase letter (except factory methods) and use camel case
Raw Output:
app/src/main/java/com/gdsc_cau/vridge/login/LoginView.kt:32:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)
|
ktlint:
app/src/main/java/com/gdsc_cau/vridge/login/LoginView.kt#L41
[ktlint] reported by reviewdog 🐶
Function name should start with a lowercase letter (except factory methods) and use camel case
Raw Output:
app/src/main/java/com/gdsc_cau/vridge/login/LoginView.kt:41:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)
|
ktlint:
app/src/main/java/com/gdsc_cau/vridge/login/LoginViewModel.kt#L1
[ktlint] reported by reviewdog 🐶
Package name must not contain underscore
Raw Output:
app/src/main/java/com/gdsc_cau/vridge/login/LoginViewModel.kt:1:9: error: Package name must not contain underscore (standard:package-name)
|
ktlint:
app/src/main/java/com/gdsc_cau/vridge/login/LoginViewModel.kt#L14
[ktlint] reported by reviewdog 🐶
Expected newline before annotation
Raw Output:
app/src/main/java/com/gdsc_cau/vridge/login/LoginViewModel.kt:14:21: error: Expected newline before annotation (standard:annotation)
|
ktlint:
app/src/main/java/com/gdsc_cau/vridge/login/LoginViewModel.kt#L14
[ktlint] reported by reviewdog 🐶
Expected newline after last annotation
Raw Output:
app/src/main/java/com/gdsc_cau/vridge/login/LoginViewModel.kt:14:29: error: Expected newline after last annotation (standard:annotation)
|
ktlint:
app/src/main/java/com/gdsc_cau/vridge/login/LoginViewModel.kt#L14
[ktlint] reported by reviewdog 🐶
Missing spacing before ":"
Raw Output:
app/src/main/java/com/gdsc_cau/vridge/login/LoginViewModel.kt:14:43: error: Missing spacing before ":" (standard:colon-spacing)
|
ktlint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
The logs for this run have expired and are no longer available.
Loading