mirror of
https://gitee.com/openharmony/third_party_rust_tinyvec
synced 2024-11-23 13:50:17 +00:00
oat告警屏蔽配置
Signed-off-by: peizhe <zhaipeizhe@huawei.com>
This commit is contained in:
parent
f49b538af0
commit
c15f338840
8
OAT.xml
8
OAT.xml
@ -58,9 +58,13 @@ Note:If the text contains special characters|please escape them according to the
|
|||||||
<licensefile>LICENSE-ZLIB.md|LICENSE-APACHE.md|LICENSE-MIT.md</licensefile>
|
<licensefile>LICENSE-ZLIB.md|LICENSE-APACHE.md|LICENSE-MIT.md</licensefile>
|
||||||
<policylist>
|
<policylist>
|
||||||
<policy name="projectPolicy" desc="">
|
<policy name="projectPolicy" desc="">
|
||||||
<policyitem type="compatibility" name="InvalidLicense" path="Cargo.toml" desc="toml文件已声明license"/>
|
<policyitem type="compatibility" name="zlib-acknowledgement" path="LICENSE-ZLIB.md" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="原生上游文件使用ZLIB license文件"/>
|
||||||
<policyitem type="compatibility" name="zlib-acknowledgement" path=".*" rule="may" group="defaultPolicyFilter" desc="原生上游文件使用ZLIB license文件"/>
|
|
||||||
</policy>
|
</policy>
|
||||||
</policylist>
|
</policylist>
|
||||||
|
<filefilterlist>
|
||||||
|
<filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
|
||||||
|
<filteritem type="filename" name="Cargo.toml" desc="toml treats as readme file"/>
|
||||||
|
</filefilter>
|
||||||
|
</filefilterlist>
|
||||||
</oatconfig>
|
</oatconfig>
|
||||||
</configuration>
|
</configuration>
|
Loading…
Reference in New Issue
Block a user