mirror of
https://gitee.com/openharmony/account_os_account
synced 2024-11-23 02:00:01 +00:00
针对JSON格式文件,添加OAT检测规则
Signed-off-by: verystone <xudaqing@huawei.com>
This commit is contained in:
parent
e3beeaeafb
commit
94c687f42c
3
OAT.xml
3
OAT.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user