Skip to content

Commit b803666

Browse files
committed
Ignore false positive on monochrome icon.
1 parent ae9ecd9 commit b803666

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/lint/lint.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
1+
<?xml version="1.0" encoding="UTF-8"?><!--
32
~ Copyright (c) 2022 New Vector Ltd
43
~
54
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -32,7 +31,9 @@
3231
<issue id="IconDipSize" severity="error" />
3332
<issue id="IconDuplicatesConfig" severity="error" />
3433
<issue id="IconDuplicates" severity="error" />
35-
<issue id="IconExpectedSize" severity="error" />
34+
<issue id="IconExpectedSize" severity="error">
35+
<ignore path="**/ic_launcher_monochrome.webp" />
36+
</issue>
3637
<issue id="LocaleFolder" severity="error" />
3738

3839
<!-- AlwaysShowAction is considered as an error to force ignoring the issue when detected -->

0 commit comments

Comments
 (0)