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

Refactor/base arch #43

Merged
merged 3 commits into from
Jan 1, 2024
Merged

Refactor/base arch #43

merged 3 commits into from
Jan 1, 2024

Conversation

sieunju
Copy link
Owner

@sieunju sieunju commented Jan 1, 2024

Name

추가 내용

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import androidx.test.ext.junit.runners.AndroidJUnit4

import androidx.test.runner.AndroidJUnit4
import org.junit.Assert.*
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:no-wildcard-imports reported by reviewdog 🐶
Wildcard import

import android.os.Parcelable
import androidx.annotation.AnimRes
import androidx.fragment.app.FragmentActivity
import io.reactivex.rxjava3.core.Observable
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:no-unused-imports reported by reviewdog 🐶
Unused import

import androidx.annotation.AnimRes
import androidx.fragment.app.FragmentActivity
import io.reactivex.rxjava3.core.Observable
import io.reactivex.rxjava3.subjects.PublishSubject
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:no-unused-imports reported by reviewdog 🐶
Unused import

val flags: Int = -1,
val data: Bundle = Bundle(),
@AnimRes val enterAni: Int = -1,
@AnimRes val exitAni: Int = -1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:trailing-comma-on-declaration-site reported by reviewdog 🐶
Missing trailing comma before ")"

) {
@Suppress("unused")
class Builder(
val targetActivity: KClass<out FragmentActivity>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:trailing-comma-on-declaration-site reported by reviewdog 🐶
Missing trailing comma before ")"

ActivityOptionsCompat.makeCustomAnimation(
requireContext(),
result.enterAni,
result.exitAni
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:trailing-comma-on-call-site reported by reviewdog 🐶
Missing trailing comma before ")"

@@ -5,6 +5,7 @@ import androidx.annotation.CallSuper
import androidx.lifecycle.Lifecycle
import androidx.lifecycle.ViewModel
import com.hmju.core.ui.lifecycle.OnActivityResult
import com.hmju.core.ui.lifecycle.OnFragmentResult
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:no-unused-imports reported by reviewdog 🐶
Unused import

* @param data 전달 받을 데이터
*/
fun performActivityResult(reqCode: Int, resCode: Int, data: Bundle?): Disposable {
fun handleActivityResult(reqCode: Int, resCode: Int, data: Bundle?): Disposable {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:function-signature reported by reviewdog 🐶
Newline expected after opening parenthesis

* @param data 전달 받을 데이터
*/
fun performActivityResult(reqCode: Int, resCode: Int, data: Bundle?): Disposable {
fun handleActivityResult(reqCode: Int, resCode: Int, data: Bundle?): Disposable {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:function-signature reported by reviewdog 🐶
Parameter should start on a newline

* @param data 전달 받을 데이터
*/
fun performActivityResult(reqCode: Int, resCode: Int, data: Bundle?): Disposable {
fun handleActivityResult(reqCode: Int, resCode: Int, data: Bundle?): Disposable {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:function-signature reported by reviewdog 🐶
Parameter should start on a newline

@sieunju sieunju merged commit 75129c0 into develop Jan 1, 2024
1 check passed
@sieunju sieunju deleted the refactor/base_arch branch January 1, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant