| android.lint.inspections.accidental.octal=Accidental Octal |
| android.lint.inspections.assertion.side.effect=Assertions with Side Effects |
| android.lint.inspections.bad.hostname.verifier=Insecure HostnameVerifier |
| android.lint.inspections.bidi.spoofing=Bidirectional text spoofing |
| android.lint.inspections.build.list.adds=Missing add call in buildList |
| android.lint.inspections.check.result=Ignoring results |
| android.lint.inspections.default.locale=Implied default locale in case conversion |
| android.lint.inspections.discouraged.api=Using discouraged APIs |
| android.lint.inspections.easter.egg=Code contains easter egg |
| android.lint.inspections.empty.super.call=Calling an empty super method |
| android.lint.inspections.expensive.assertion=Expensive Assertions |
| android.lint.inspections.file.ends.with.ext=File endsWith on file extensions |
| android.lint.inspections.gradle.dependency=Obsolete Gradle Dependency |
| android.lint.inspections.gradle.deprecated.configuration=Deprecated Gradle Configuration |
| android.lint.inspections.gradle.dynamic.version=Gradle Dynamic Version |
| android.lint.inspections.gradle.ide.error=Gradle IDE Support Issues |
| android.lint.inspections.gradle.path=Gradle Path Issues |
| android.lint.inspections.ignore.without.reason=@Ignore without Reason |
| android.lint.inspections.implicit.sam.instance=Implicit SAM Instances |
| android.lint.inspections.java.plugin.language.level=No Explicit Java Language Level Given |
| android.lint.inspections.jcenter.repository.obsolete=JCenter Maven repository is read-only |
| android.lint.inspections.kotlin.property.access=Kotlin Property Access |
| android.lint.inspections.lambda.last=Lambda Parameters Last |
| android.lint.inspections.lint.baseline.fixed=Baselined Issues Fixed |
| android.lint.inspections.lint.baseline=Baseline Applied |
| android.lint.inspections.local.suppress=@SuppressLint on invalid element |
| android.lint.inspections.member.extension.conflict=Conflict applicable candidates of member and extension |
| android.lint.inspections.merge.marker=Code contains merge marker |
| android.lint.inspections.missing.super.call=Missing Super Call |
| android.lint.inspections.newer.version.available=Newer Library Versions Available |
| android.lint.inspections.no.hard.keywords=No Hard Kotlin Keywords |
| android.lint.inspections.no.op=NoOp Code |
| android.lint.inspections.not.constructor=Not a Constructor |
| android.lint.inspections.not.interpolated=Incorrect Interpolation |
| android.lint.inspections.open.for.testing=Extending API only allowed from tests |
| android.lint.inspections.property.escape=Incorrect property escapes |
| android.lint.inspections.proxy.password=Proxy Password in Cleartext |
| android.lint.inspections.range=Outside Range |
| android.lint.inspections.restricted.api=Restricted API |
| android.lint.inspections.return.this=Method must return this |
| android.lint.inspections.secret.in.source=Secret in source code |
| android.lint.inspections.secure.random=Using a fixed seed with SecureRandom |
| android.lint.inspections.shift.flags=Dangerous Flag Constant Declaration |
| android.lint.inspections.similar.gradle.dependency=Multiple Versions Gradle Dependency |
| android.lint.inspections.simple.date.format=Implied locale in date format |
| android.lint.inspections.sqlite.string=Using STRING instead of TEXT |
| android.lint.inspections.stop.ship=Code contains STOPSHIP marker |
| android.lint.inspections.support.annotation.usage=Incorrect support annotation usage |
| android.lint.inspections.suspicious.indentation=Suspicious indentation |
| android.lint.inspections.trim.lambda=Unnecessary lambda with trim() |
| android.lint.inspections.unknown.nullness=Unknown nullness |
| android.lint.inspections.unnecessary.array.init=Unnecessary array initialization |
| android.lint.inspections.use.toml.instead=Use TOML Version Catalog Instead |
| android.lint.inspections.use.value.of=Should use valueOf instead of new |
| android.lint.inspections.using.http=Using HTTP instead of HTTPS |
| android.lint.inspections.visible.for.tests=Visible Only For Tests |
| android.lint.inspections.week.based.year=Week Based Year |
| android.lint.inspections.wrong.comment.type=Wrong Comment Type |
| |
| android.inspections.group.name=Android |
| android.lint.inspections.subgroup.name=Lint |
| android.lint.inspections.group.name=Android Lint |
| android.lint.inspections.wrong.gradle.method=Wrong Gradle method invoked |
| android.lint.fix.add.android.prefix=Add Android prefix |
| android.lint.fix.replace.with.zero.dp=Replace size attribute with 0dp |
| android.lint.fix.remove.attribute=Remove attribute |
| android.lint.fix.convert.to.dp=Convert to \"dp\"... |
| android.lint.fix.set.to.wrap.content=Replace size attribute with 'wrap_content' |
| android.lint.fix.remove.unnecessary.view=Remove unnecessary view |
| android.lint.fix.replace.with.suggested.characters=Replace with suggested characters |
| android.lint.fix.add.target.api=Add @TargetApi({0}) Annotation |
| android.lint.fix.add.requires.api=Add @RequiresApi({0}) Annotation |
| android.lint.fix.suppress.lint.api.annotation=Suppress {0} with an annotation |
| android.lint.fix.suppress.lint.api.comment=Suppress {0} with a comment |
| android.lint.fix.suppress.lint.api.attr=Suppress: Add tools:ignore="{0}" attribute |
| android.lint.fix.replace.namespace=Replace with an auto resource namespace |
| android.lint.fix.open.firebase.assistant=Open the Firebase Assistant |
| android.lint.quickfixes.family=Android Lint quick fixes |