diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-22 06:45:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-22 06:45:49 +0000 |
commit | cf73d3ced57c580908426da6734f554fa9478d79 (patch) | |
tree | 724f9e4b0b12db03579534a71aa7e83da6968152 /.checkstyle | |
parent | ff8d695d686c7f8f9dba746f8c7ee2233f46fddb (diff) | |
parent | 7bd71a2e066ee437fba53357db5553f7437200fe (diff) |
Merge "Initialize MSB java sdk docs"
Diffstat (limited to '.checkstyle')
-rw-r--r-- | .checkstyle | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.checkstyle b/.checkstyle new file mode 100644 index 0000000..2cd01ac --- /dev/null +++ b/.checkstyle @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false"> + <local-check-config name="maven-checkstyle-plugin check-license" location="jar:file:/D:/mvnlocalrepo/org/onap/oparent/checkstyle/1.0.0-SNAPSHOT/checkstyle-1.0.0-SNAPSHOT.jar!/onap-checkstyle/check-license.xml" type="remote" description="maven-checkstyle-plugin configuration check-license"> + <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/> + <property name="checkstyle.header.file" value="D:\eclipse\workspace\.metadata\.plugins\org.eclipse.core.resources\.projects\msb-java-sdk\com.basistech.m2e.code.quality.checkstyleConfigurator\checkstyle-header-check-license.txt"/> + </local-check-config> + <local-check-config name="maven-checkstyle-plugin check-style" location="jar:file:/D:/mvnlocalrepo/org/onap/oparent/checkstyle/1.0.0-SNAPSHOT/checkstyle-1.0.0-SNAPSHOT.jar!/onap-checkstyle/onap-java-style.xml" type="remote" description="maven-checkstyle-plugin configuration check-style"> + <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/> + <property name="checkstyle.header.file" value="D:\eclipse\workspace\.metadata\.plugins\org.eclipse.core.resources\.projects\msb-java-sdk\com.basistech.m2e.code.quality.checkstyleConfigurator\checkstyle-header-check-style.txt"/> + </local-check-config> + <fileset name="java-sources-check-license" enabled="true" check-config-name="maven-checkstyle-plugin check-license" local="true"> + <file-match-pattern match-pattern="^src/test/java.*\.java" include-pattern="true"/> + <file-match-pattern match-pattern="^src/main/java/.*\.java" include-pattern="true"/> + </fileset> + <fileset name="java-sources-check-style" enabled="true" check-config-name="maven-checkstyle-plugin check-style" local="true"> + <file-match-pattern match-pattern="^src/main/java/src/main/java.*\.java" include-pattern="true"/> + <file-match-pattern match-pattern="^src/test/java.*\.java" include-pattern="true"/> + <file-match-pattern match-pattern="^src/main/java/.*\.java" include-pattern="true"/> + <file-match-pattern match-pattern="^src/main/resources.*\.properties" include-pattern="true"/> + <file-match-pattern match-pattern="^src/test/resources.*\.properties" include-pattern="true"/> + </fileset> +</fileset-config> |