diff options
author | rn509j <rn509j@att.com> | 2017-10-03 11:07:22 -0400 |
---|---|---|
committer | rn509j <rn509j@att.com> | 2017-10-03 11:08:16 -0400 |
commit | 5b7869e3cf9fc3a5c09c14ba94f2d9341523c7b6 (patch) | |
tree | 0bbaae44cad2bd80a7f7daedb40b2f2a92fb27e2 /.checkstyle | |
parent | d0fd7a9c0aca788fa5fc9109c382c57791662772 (diff) |
commiting code for test coveragev1.0.01.0.0-ONAP1.0.0-Amsterdam
DMAAP-149
Signed-off-by: rn509j <rn509j@att.com>
Change-Id: Ibbb8b44a67f6ba9f5361874df444ef9e31ce7bed
Diffstat (limited to '.checkstyle')
-rw-r--r-- | .checkstyle | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.checkstyle b/.checkstyle deleted file mode 100644 index 7adf1e6..0000000 --- a/.checkstyle +++ /dev/null @@ -1,24 +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:/C:/Users/rn509j/.m2/repository/org/onap/oparent/checkstyle/0.1.1/checkstyle-0.1.1.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="C:\ONAP\.metadata\.plugins\org.eclipse.core.resources\.projects\dmaapClient\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:/C:/Users/rn509j/.m2/repository/org/onap/oparent/checkstyle/0.1.1/checkstyle-0.1.1.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="C:\ONAP\.metadata\.plugins\org.eclipse.core.resources\.projects\dmaapClient\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/main/java/.*\.java" include-pattern="true"/> - <file-match-pattern match-pattern="^src/test/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/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/resources/.*\.properties" 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> |