针对JSON格式文件,添加OAT检测规则

Signed-off-by: verystone <xudaqing@huawei.com>
This commit is contained in:
verystone 2021-07-31 18:31:23 +08:00
parent e3beeaeafb
commit 94c687f42c

View File

@ -60,6 +60,9 @@ Note:If the text contains special characters, please escape them according to th
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
<filteritem type="filepath" name="figures/.*" desc="Self-developed binary files, design framework diagrams or other resources used in code repository readme documents"/>
</filefilter>
<filefilter name="defaultFilter" desc="Json format files not to check">
<filteritem type="filename" name="*.json|accountmgr.cfg" desc="json desc files"/>
</filefilter>
</filefilterlist>
</oatconfig>
</configuration>