From 35b2b4414405c0c3f7c06171ae0e1ebca3214e40 Mon Sep 17 00:00:00 2001 From: Claudio David Gasparini Date: Tue, 1 Dec 2020 14:53:40 +0100 Subject: Introduce CPS-checkstyle new module will define our own java checkstyle. Which should extend any rule desired and not covered already by onap checkstyle Issue-ID: CPS-120 Signed-off-by: Claudio David Gasparini Change-Id: I956d28770e107658c1b631eb277cff56e13bcf80 --- checkstyle/src/main/resources/cps-java-style.xml | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 checkstyle/src/main/resources/cps-java-style.xml (limited to 'checkstyle/src/main') diff --git a/checkstyle/src/main/resources/cps-java-style.xml b/checkstyle/src/main/resources/cps-java-style.xml new file mode 100644 index 000000000..ebb9a19e6 --- /dev/null +++ b/checkstyle/src/main/resources/cps-java-style.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg