Feature: 프로젝트 추가 세팅 #6
Annotations
10 errors and 3 warnings
build.gradle.kts#L191
[ktlint] reported by reviewdog 🐶
Missing trailing comma before ")"
Raw Output:
build.gradle.kts:191:38: error: Missing trailing comma before ")" (standard:trailing-comma-on-call-site)
|
build.gradle.kts#L194
[ktlint] reported by reviewdog 🐶
Missing trailing comma before ")"
Raw Output:
build.gradle.kts:194:14: error: Missing trailing comma before ")" (standard:trailing-comma-on-call-site)
|
build.gradle.kts#L195
[ktlint] reported by reviewdog 🐶
Missing trailing comma before ")"
Raw Output:
build.gradle.kts:195:10: error: Missing trailing comma before ")" (standard:trailing-comma-on-call-site)
|
build.gradle.kts#L213
[ktlint] reported by reviewdog 🐶
Exceeded max line length (140)
Raw Output:
build.gradle.kts:213:1: error: Exceeded max line length (140) (standard:max-line-length)
|
build.gradle.kts#L213
[ktlint] reported by reviewdog 🐶
Missing trailing comma before ")"
Raw Output:
build.gradle.kts:213:189: error: Missing trailing comma before ")" (standard:trailing-comma-on-call-site)
|
src/main/kotlin/com/goofy/boilerplate/config/database/BoilerPlateDatabaseConfig.kt#L76
[ktlint] reported by reviewdog 🐶
Missing trailing comma before ")"
Raw Output:
src/main/kotlin/com/goofy/boilerplate/config/database/BoilerPlateDatabaseConfig.kt:76:52: error: Missing trailing comma before ")" (standard:trailing-comma-on-call-site)
|
src/test/kotlin/com/goofy/boilerplate/ApplicationTests.kt#L8
[ktlint] reported by reviewdog 🐶
Class body should not start with blank line
Raw Output:
src/test/kotlin/com/goofy/boilerplate/ApplicationTests.kt:8:1: error: Class body should not start with blank line (standard:no-empty-first-line-in-class-body)
|
src/test/kotlin/com/goofy/boilerplate/example/JacocoTest.kt#L9
[ktlint] reported by reviewdog 🐶
Expected newline before annotation
Raw Output:
src/test/kotlin/com/goofy/boilerplate/example/JacocoTest.kt:9:17: error: Expected newline before annotation (standard:annotation)
|
src/test/kotlin/com/goofy/boilerplate/example/JacocoTest.kt#L9
[ktlint] reported by reviewdog 🐶
Expected newline after last annotation
Raw Output:
src/test/kotlin/com/goofy/boilerplate/example/JacocoTest.kt:9:28: error: Expected newline after last annotation (standard:annotation)
|
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
|
Unexpected input(s) 'kotlin-version', valid inputs are ['java-version', 'java-version-file', 'distribution', 'java-package', 'architecture', 'jdkFile', 'check-latest', 'server-id', 'server-username', 'server-password', 'settings-path', 'overwrite-settings', 'gpg-private-key', 'gpg-passphrase', 'cache', 'job-status', 'token', 'mvn-toolchain-id', 'mvn-toolchain-vendor']
|
Unexpected input(s) 'kotlin-version', valid inputs are ['java-version', 'java-version-file', 'distribution', 'java-package', 'architecture', 'jdkFile', 'check-latest', 'server-id', 'server-username', 'server-password', 'settings-path', 'overwrite-settings', 'gpg-private-key', 'gpg-passphrase', 'cache', 'job-status', 'token', 'mvn-toolchain-id', 'mvn-toolchain-vendor']
|
|
The logs for this run have expired and are no longer available.
Loading