We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9ecd9 commit b803666Copy full SHA for b803666
tools/lint/lint.xml
@@ -1,5 +1,4 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<!--
+<?xml version="1.0" encoding="UTF-8"?><!--
3
~ Copyright (c) 2022 New Vector Ltd
4
~
5
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -32,7 +31,9 @@
32
31
<issue id="IconDipSize" severity="error" />
33
<issue id="IconDuplicatesConfig" severity="error" />
34
<issue id="IconDuplicates" severity="error" />
35
- <issue id="IconExpectedSize" severity="error" />
+ <issue id="IconExpectedSize" severity="error">
+ <ignore path="**/ic_launcher_monochrome.webp" />
36
+ </issue>
37
<issue id="LocaleFolder" severity="error" />
38
39
<!-- AlwaysShowAction is considered as an error to force ignoring the issue when detected -->
0 commit comments