Skip to content

style(#295): ktlint ์ ์šฉ #476

style(#295): ktlint ์ ์šฉ

style(#295): ktlint ์ ์šฉ #476

GitHub Actions / ktlint succeeded Dec 13, 2023 in 0s

reviewdog [ktlint] report

reported by reviewdog ๐Ÿถ

Findings (0)
Filtered Findings (10)

AOS/app/build.gradle.kts|86 col 9| Property name should start with a lowercase letter and use camel case
AOS/app/src/androidTest/java/boostcamp/and07/mindsync/ExampleInstrumentedTest.kt|1 col 1| File must end with a newline (\n)
AOS/app/src/androidTest/java/boostcamp/and07/mindsync/ExampleInstrumentedTest.kt|3 col 1| Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
AOS/app/src/androidTest/java/boostcamp/and07/mindsync/ExampleInstrumentedTest.kt|9 col 1| Wildcard import
AOS/app/src/test/java/boostcamp/and07/mindsync/ExampleUnitTest.kt|1 col 1| File must end with a newline (\n)
AOS/app/src/test/java/boostcamp/and07/mindsync/ExampleUnitTest.kt|3 col 1| Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
AOS/app/src/test/java/boostcamp/and07/mindsync/ExampleUnitTest.kt|5 col 1| Wildcard import
AOS/build.gradle.kts|13 col 13| Property name should start with a lowercase letter and use camel case
AOS/settings.gradle.kts|23 col 1| Trailing space(s)
AOS/settings.gradle.kts|23 col 1| Unexpected indentation (1) (should be 0)