Skip to content

스페이스 추가 화면 Jetpack Compose로 마이그레이션 하기 #531

스페이스 추가 화면 Jetpack Compose로 마이그레이션 하기

스페이스 추가 화면 Jetpack Compose로 마이그레이션 하기 #531

GitHub Actions / ktlint failed Mar 9, 2024 in 0s

reviewdog [ktlint] report

reported by reviewdog 🐶

Findings (9)

AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt|57 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt|92 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt|150 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt|168 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt|191 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt|200 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt|242 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt|273 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt|295 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case

Filtered Findings (79)

AOS/app/build.gradle.kts|90 col 9| Property name should start with a lowercase letter and use camel case
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/androidTest/java/boostcamp/and07/mindsync/ExampleInstrumentedTest.kt|24 col 1| File must end with a newline (\n)
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/base/BaseComposeActivity.kt|9 col 1| Class body should not start with blank line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/base/BaseComposeActivity.kt|11 col 18| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/base/BaseComposeFragment.kt|14 col 18| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/AddSpaceDialog.kt|18 col 17| Backing property is only allowed when the matching property or function is public
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/CreateBoardDialog.kt|38 col 17| Backing property is only allowed when the matching property or function is public
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/EditDescriptionDialog.kt|18 col 17| Backing property is only allowed when the matching property or function is public
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/EditNickNameDialog.kt|20 col 17| Backing property is only allowed when the matching property or function is public
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/InviteUserDialog.kt|28 col 17| Backing property is only allowed when the matching property or function is public
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|41 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|49 col 26| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|57 col 26| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|70 col 24| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|83 col 35| Missing newline after '{'
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|83 col 61| Missing newline after ';'
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|83 col 84| Missing newline before '}'
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|84 col 28| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|112 col 33| Missing newline after '{'
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|112 col 73| Missing newline after ';'
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|112 col 88| Missing newline before '}'
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|114 col 31| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/dialog/NickNameDialog.kt|132 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileFragment.kt|9 col 1| Unused import
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileFragment.kt|36 col 32| Newline expected after opening parenthesis
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileFragment.kt|36 col 44| Parameter should start on a newline
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileFragment.kt|36 col 71| Newline expected before closing parenthesis
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileFragment.kt|38 col 30| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|61 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|85 col 24| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|117 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|128 col 50| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|140 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|153 col 20| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|158 col 24| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|165 col 24| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|183 col 24| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|198 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|199 col 5| No whitespace expected between opening parenthesis and first parameter name
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|199 col 24| No whitespace expected between last parameter and closing parenthesis
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|215 col 24| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|222 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|228 col 20| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|234 col 24| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|244 col 24| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|261 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|278 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|294 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|303 col 18| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/profile/ProfileScreen.kt|319 col 13| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Theme.kt|21 col 31| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Theme.kt|30 col 5| Function name should start with a lowercase letter (except factory methods) and use camel case
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Theme.kt|35 col 23| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|16 col 24| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|17 col 21| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|22 col 18| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|23 col 20| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|27 col 21| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|31 col 20| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|35 col 21| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|39 col 22| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|43 col 21| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|47 col 18| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|51 col 19| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|55 col 18| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|59 col 17| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|63 col 18| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|67 col 17| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|71 col 18| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|75 col 19| A multiline expression should start on a new line
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/theme/Type.kt|79 col 18| A multiline expression should start on a new line
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/app/src/test/java/boostcamp/and07/mindsync/ExampleUnitTest.kt|17 col 1| File must end with a newline (\n)
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 57 in AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt#L57 <standard:function-naming>

Function name should start with a lowercase letter (except factory methods) and use camel case
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt:57:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)

Check failure on line 92 in AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt#L92 <standard:function-naming>

Function name should start with a lowercase letter (except factory methods) and use camel case
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt:92:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)

Check failure on line 150 in AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt#L150 <standard:function-naming>

Function name should start with a lowercase letter (except factory methods) and use camel case
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt:150:13: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)

Check failure on line 168 in AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt#L168 <standard:function-naming>

Function name should start with a lowercase letter (except factory methods) and use camel case
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt:168:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)

Check failure on line 191 in AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt#L191 <standard:function-naming>

Function name should start with a lowercase letter (except factory methods) and use camel case
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt:191:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)

Check failure on line 200 in AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt#L200 <standard:function-naming>

Function name should start with a lowercase letter (except factory methods) and use camel case
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt:200:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)

Check failure on line 242 in AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt#L242 <standard:function-naming>

Function name should start with a lowercase letter (except factory methods) and use camel case
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt:242:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)

Check failure on line 273 in AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt#L273 <standard:function-naming>

Function name should start with a lowercase letter (except factory methods) and use camel case
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt:273:5: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)

Check failure on line 295 in AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt

See this annotation in the file changed.

@github-actions github-actions / ktlint

[ktlint] AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt#L295 <standard:function-naming>

Function name should start with a lowercase letter (except factory methods) and use camel case
Raw output
AOS/app/src/main/java/boostcamp/and07/mindsync/ui/space/generate/AddSpaceScreen.kt:295:13: error: Function name should start with a lowercase letter (except factory methods) and use camel case (standard:function-naming)