13 lines
387 B
XML
13 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>
|