Skip to content

Commit

Permalink
style: allow MagicNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
limsaehyun committed Jan 9, 2023
1 parent f5cd1b5 commit 8b1b748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ private val TextBtnPadding = PaddingValues(
private const val ErrMsgIdOrPasswordNotCorrect = "사원번호나 비밀번호가 일치하지 않습니다."
private const val ErrMsgNumberFormat = "올바른 사원 번호를 입력해주세요."

@Suppress("MagicNumber") // 화면의 미세한 offset 을 조정하기 위함
@OptIn(InternalCoroutinesApi::class)
@Composable
fun SignInScreen(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const val Delay: Long = 3000

const val Tween: Int = 600

@Suppress("MagicNumber") // 화면의 미세한 offset 을 조정하기 위함
@OptIn(ExperimentalPagerApi::class, InternalCoroutinesApi::class)
@Composable
fun StartScreen(
Expand Down

0 comments on commit 8b1b748

Please sign in to comment.