blob: 789c4ce5ce05736f1a3b4a5162c553b6e958a2f1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-alpha15" client="gradle" variant="debug" version="4.2.0-alpha15">
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" var model = android.os.Build.MODEL.toLowerCase()"
errorLine2=" ~~~~~~~~~~~">
<location
file="src/main/java/androidx/test/screenshot/ScreenshotTestRule.kt"
line="336"
column="44"/>
</issue>
</issues>