Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.3.4 버그 수정 #287

Merged
merged 13 commits into from
Dec 13, 2023

fix(#286): 회전 시 다이얼로그의 작성 버튼을 클릭했을 때 발생하는 오류 수정

8ff7cce
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

0.3.4 버그 수정 #287

fix(#286): 회전 시 다이얼로그의 작성 버튼을 클릭했을 때 발생하는 오류 수정
8ff7cce
Select commit
Loading
Failed to load commit list.
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)