Add syntax check before pushing code 03/85703/3
authoreconwar <conor.ward@est.tech>
Fri, 26 Apr 2019 14:57:47 +0000 (14:57 +0000)
committereconwar <conor.ward@est.tech>
Fri, 26 Apr 2019 14:57:47 +0000 (14:57 +0000)
commita723c89c6268739d134e1dd9b90b76bd1179c69c
tree6cdfd4a3063042422b897b5425c2da4d495f9185
parentbceb18df30982e2ace538baf5c49336fe0e45b0a
Add syntax check before pushing code

Checks whole file (with changes) for code style violations
If you can't fix these violations you can use the --no-verify option

Issue-ID: DMAAP-1173
Change-Id: If97f90685836cec7fa3febb450f6f8ce844272f3
Signed-off-by: econwar <conor.ward@est.tech>
ci_scripts/onap-style-java.xml [new file with mode: 0644]
ci_scripts/pre-commit.sh [new file with mode: 0755]
ci_scripts/suppressedFilesForStyleCheck.xml [new file with mode: 0644]
datarouter-prov/src/test/java/org/onap/dmaap/datarouter/provisioning/FeedServletTest.java