Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Bump up version to 1.1.0 #8

Merged
merged 3 commits into from
Dec 14, 2023
Merged

Bump up version to 1.1.0 #8

merged 3 commits into from
Dec 14, 2023

Conversation

matsumo0922
Copy link
Owner

@matsumo0922 matsumo0922 commented Dec 14, 2023

  • バージョンを 1.1.0 に上げます

@matsumo0922 matsumo0922 self-assigned this Dec 14, 2023
isAllowedPermission = true

viewModel.updateState()
}

Choose a reason for hiding this comment

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

⚠️ [detekt] <detekt.TrailingCommaOnCallSite> reported by reviewdog 🐶
Missing trailing comma before ")"

val isAgreedTeams =
remember(it.userData) { it.userData.isAgreedPrivacyPolicy && it.userData.isAgreedTermsOfService }
val isAllowedPermission = remember(it.userData, it.isLoggedIn) { isAllowedPermission() }
var isAgreedTeams by remember(it.userData) { mutableStateOf(it.userData.isAgreedPrivacyPolicy && it.userData.isAgreedTermsOfService)}

Choose a reason for hiding this comment

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

⚠️ [detekt] <detekt.SpacingAroundCurly> reported by reviewdog 🐶
Missing spacing before "}"

val isAgreedTeams =
remember(it.userData) { it.userData.isAgreedPrivacyPolicy && it.userData.isAgreedTermsOfService }
val isAllowedPermission = remember(it.userData, it.isLoggedIn) { isAllowedPermission() }
var isAgreedTeams by remember(it.userData) { mutableStateOf(it.userData.isAgreedPrivacyPolicy && it.userData.isAgreedTermsOfService)}

Choose a reason for hiding this comment

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

⚠️ [detekt] <detekt.Wrapping> reported by reviewdog 🐶
Missing newline after "{"

@matsumo0922 matsumo0922 changed the title Bump up version to 1.0.5 Bump up version to 1.1.0 Dec 14, 2023
@matsumo0922
Copy link
Owner Author

ふぁ〜 Detekt 忘れてる〜

Copy link

✨ ✨ That's perfect, passed the PR lint check perfectly! ✨ ✨

@matsumo0922 matsumo0922 merged commit e494abb into master Dec 14, 2023
3 checks passed
@matsumo0922 matsumo0922 deleted the bump-up-version branch December 14, 2023 16:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant