Lines Matching full:path

16 basedir: Root dir, the basedir + project path is the real source file location.
25 5. task project: Projects to be checked, the path field define the source root dir of the project.
30 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
31 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
33 "compatibility" is used to check license compatibility in the specified path;
34 "license" is used to check source license header in the specified path;
35 "copyright" is used to check source copyright header in the specified path;
36 "import" is used to check source dependency in the specified path, such as import ... ,include ...
37 "filetype" is used to check file type in the specified path, supported file types: archive, binary
38 "filename" is used to check whether the specified file exists in the specified path(support projectroot in default OAT.xml), supported file names: LICENSE, README, README.OpenSource
41 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
44 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
58 <policyitem type="compatibility" name="SPDC:CC-BY-4.0" path="CODE_OF_CONDUCT.adoc" desc="相关几个文件是文档文件"/>
59 <policyitem type="compatibility" name="SPDC:CC-BY-4.0" path="README.adoc" desc="相关几个文件是文档文件"/>
60 <policyitem type="compatibility" name="SPDX:CC-BY-4.0" path="README.adoc" desc="相关几个文件是文档文件"/>