mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-15 19:58:00 +00:00
13 lines
457 B
XML
Executable File
13 lines
457 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- Disable the given check in this project -->
|
|
<issue id="HardcodedText" severity="ignore"/>
|
|
<issue id="SmallSp" severity="ignore"/>
|
|
<issue id="IconMissingDensityFolder" severity="ignore"/>
|
|
<issue id="RtlHardcoded" severity="ignore"/>
|
|
<issue id="Deprecated" severity="warning">
|
|
<ignore regexp="singleLine"/>
|
|
</issue>
|
|
<issue id="RtlSymmetry" severity="ignore"/>
|
|
</lint>
|