diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-09 19:20:42 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-09 19:20:48 +0800 |
commit | 3f1f8de8efb9019e613927697acce40f41dc8d16 (patch) | |
tree | f71415edb51221945beabc06652cbca2a0623b51 /.checkstyle | |
parent | 1d874cdfb70043429414a1d93710990479907c2c (diff) |
Unit test for MSB JAVA SDK
Issue-Id: MSB-86
Change-Id: I1a3458e5a75121ceb895c1aa832007609762dae5
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to '.checkstyle')
-rw-r--r-- | .checkstyle | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.checkstyle b/.checkstyle deleted file mode 100644 index 2cd01ac..0000000 --- a/.checkstyle +++ /dev/null @@ -1,23 +0,0 @@ -<?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> |