This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
ensichat/android/lint.xml

14 lines
387 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- Probably caused by a dependency, does not cause any problems -->
<issue id="InvalidPackage" severity="ignore" />
<!-- Random number generator fix is applied -->
<issue id="TrulyRandom" severity="ignore" />
<!-- Lint doesn't seem to detect resources used from Scala -->
<issue id="UnusedResources" severity="ignore" />
</lint>