1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00
syncthing-android/lint.xml
2014-10-18 13:09:48 +03:00

9 lines
346 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<lint>
<!-- We don't care about incomplete translations. -->
<issue id="MissingTranslation" severity="ignore" />
<!-- Ignore "Value overridden by Gradle build script" for app
version (which is actually read from manifest by gradle). -->
<issue id="GradleOverrides" severity="ignore" />
</lint>