Skip to content
Snippets Groups Projects
Unverified Commit 3c5740d6 authored by Aayush Gupta's avatar Aayush Gupta Committed by LuK1337
Browse files

Aperture: Suppress unimportant lint warnings with config


* Translations are done by volunteer, not a requirement to have them

Change-Id: I3c2ef0e8ec64528a7ad69e88f57c5d0a864c7d7f
Signed-off-by: default avatarAayush Gupta <aayushgupta219@gmail.com>
parent 64251fc7
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,10 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
lint {
lintConfig = file("lint.xml")
}
}
dependencies {
......
<?xml version="1.0" encoding="UTF-8"?>
<!--
SPDX-FileCopyrightText: 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<lint>
<issue id="MissingTranslation" severity="ignore" />
</lint>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment