提交 0d8d0de1 编写于 作者: C Caoruihong

fix(oat): filter binary

Signed-off-by: NCaoruihong <crh.cao@huawei.com>
Change-Id: Ie1dd8c91338f220e62fc2b19fa252cc096086ea3
上级 fcafb340
...@@ -51,9 +51,15 @@ ...@@ -51,9 +51,15 @@
<filefilterlist> <filefilterlist>
<filefilter name="defaultFilter" desc="Files not to check"> <filefilter name="defaultFilter" desc="Files not to check">
<filteritem type="filename" name="*.c" desc="Lwip uses the BSD protocol, the copying notice in all files are the original code."/> <filteritem type="filename" name="*.c" desc="Lwip uses the BSD protocol, the copying notice in all files are the original code."/>
<filteritem type="filename" name="*.h" desc="Lwip uses the BSD protocol, the copying notice in all files are the original code."/> <filteritem type="filename" name="*.h" desc="Lwip uses the BSD protocol, the copying notice in all files are the original code."/>
<filteritem type="filename" name="*.bin" desc="Lwip uses the BSD protocol, the copying notice in all files are the original code."/> <filteritem type="filename" name="*.bin" desc="Lwip uses the BSD protocol, the copying notice in all files are the original code."/>
<filteritem type="filename" name="*Doxyfile*" desc="doxy file, not license statement."/> <filteritem type="filename" name="*Doxyfile*" desc="doxy file, not license statement."/>
</filefilter>
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">^M
<!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->^M
<filteritem type="filepath" name="test/.*" desc="官方自带文件"/>^M
<filteritem type="filepath" name="src/apps/http/fs/img/.*" desc="官方自带文件"/>^M
<!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->^M
</filefilter> </filefilter>
</filefilterlist> </filefilterlist>
</oatconfig> </oatconfig>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册