Skip to content

Commit

Permalink
disable lint MissingTranslation
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed Jun 28, 2024
1 parent a2ea5fd commit 042640d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ private fun CommonExtension<*, *, *, *, *>.configureLint(project: Project) {
disable.add("IconDensities") // For testing purpose. This is safe to remove.
disable.add("IconMissingDensityFolder") // For testing purpose. This is safe to remove.
disable.add("ComposePreviewPublic") // Needed for screenshot testing.
disable.add("MissingTranslation") // We don't want to hardcode translations in English for other languages.
baseline = project.file("lint-baseline.xml")
}

Expand Down

0 comments on commit 042640d

Please sign in to comment.