From 5b248bc2e1b38a6f0ae90fe27c9bd9729ef5eb00 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <mail@justjanne.de>
Date: Fri, 22 Nov 2024 21:43:05 +0100
Subject: [PATCH] chore: ignore some lint errors

---
 lint.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/lint.xml b/lint.xml
index fe9afed56..ce055fb69 100644
--- a/lint.xml
+++ b/lint.xml
@@ -1,8 +1,8 @@
 <!--
   Quasseldroid - Quassel client for Android
 
-  Copyright (c) 2019 Janne Mareike Koschinski
-  Copyright (c) 2019 The Quassel Project
+  Copyright (c) 2024 Janne Mareike Koschinski
+  Copyright (c) 2024 The Quassel Project
 
   This program is free software: you can redistribute it and/or modify it
   under the terms of the GNU General Public License version 3 as published
@@ -51,4 +51,7 @@
 
   <!-- TODO for the future -->
   <issue id="DataExtractionRules" severity="informational" />
+  <issue id="NewerVersionAvailable" severity="informational"/>
+  <issue id="SetTextI18n" severity="informational"/>
+  <issue id="DefaultLocale" severity="informational"/>
 </lint>
-- 
GitLab