Skip to content

style(#306): ktlint ์ ์šฉ #493

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

style(#306): ktlint ์ ์šฉ #493

GitHub Actions / ktlint failed Dec 14, 2023 in 1s

reviewdog [ktlint] report

reported by reviewdog ๐Ÿถ

Findings (1)

AOS/app/src/main/java/boostcamp/and07/mindsync/data/network/response/board/CreateBoardDto.kt|1 col 1| File 'CreateBoardDto.kt' contains a single class and possibly also extension functions for that class and should be named same after that class 'CreateBoardData.kt'

Filtered Findings (11)

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/main/java/boostcamp/and07/mindsync/data/network/response/user/UserReponse.kt|1 col 1| File 'UserReponse.kt' contains a single class and possibly also extension functions for that class and should be named same after that class 'UserResponse.kt'
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)

Annotations

Check failure on line 1 in AOS/app/src/main/java/boostcamp/and07/mindsync/data/network/response/board/CreateBoardDto.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/data/network/response/board/CreateBoardDto.kt#L1 <standard:filename>

File 'CreateBoardDto.kt' contains a single class and possibly also extension functions for that class and should be named same after that class 'CreateBoardData.kt'
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/data/network/response/board/CreateBoardDto.kt:1:1: error: File 'CreateBoardDto.kt' contains a single class and possibly also extension functions for that class and should be named same after that class 'CreateBoardData.kt' (standard:filename)