lint.xml
TLDR
This file is an XML configuration file for Lint in the leakcanary-android-core
module of the LeakCanary library. It specifies that the issue with the ID "SetTextI18n" should be ignored by Lint.
Methods
N/A
Classes
N/A
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="SetTextI18n" severity="ignore" />
</lint>