Skip to content

Commit

Permalink
Add @Suppress("ConstPropertyName")
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Aug 4, 2024
1 parent a8b1ca1 commit 47c295a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import io.github.droidkaigi.confsched.about.section.AboutCreditsSectionTestTag.S
import io.github.droidkaigi.confsched.about.section.AboutCreditsSectionTestTag.StaffItem
import org.jetbrains.compose.resources.stringResource


@Suppress("ConstPropertyName")
object AboutCreditsSectionTestTag {
const val Title = "AboutCreditsTitle"
const val StaffItem = "AboutCreditsStaffItem"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import org.jetbrains.compose.resources.painterResource
import org.jetbrains.compose.resources.stringResource
import org.jetbrains.compose.ui.tooling.preview.Preview

@Suppress("ConstPropertyName")
object AboutDetailSectionTestTag {
const val Section = "DetailSection"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import io.github.droidkaigi.confsched.designsystem.theme.KaigiTheme
import org.jetbrains.compose.resources.stringResource
import org.jetbrains.compose.ui.tooling.preview.Preview

@Suppress("ConstPropertyName")
object AboutFooterLinksSectionTestTag {
const val Section = "FooterLinksSection"
const val LinksYouTubeItemTestTag = "AboutFooterLinksYouTubeItem"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import io.github.droidkaigi.confsched.designsystem.theme.KaigiTheme
import org.jetbrains.compose.resources.stringResource
import org.jetbrains.compose.ui.tooling.preview.Preview

@Suppress("ConstPropertyName")
object AboutOthersSectionTestTag {
const val Title = "AboutOthersTitle"
const val CodeOfConductItem = "AboutOthersCodeOfConductItem"
Expand Down

0 comments on commit 47c295a

Please sign in to comment.