From 81ba9036a53ea3fc0fb4699005d86c7794faf8d6 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 7 Jan 2021 16:50:20 +0100 Subject: [PATCH] Add code formatting to rAPP Catalogue Change-Id: I4d5492d22415a9bfb63a1904ad25f51fde28832e Issue-ID: NONRTRIC-374 Signed-off-by: elinuxhenrik --- r-app-catalogue/eclipse-formatter.xml | 314 ++++++++++++++++++++++++++++++++++ r-app-catalogue/pom.xml | 28 +++ 2 files changed, 342 insertions(+) create mode 100644 r-app-catalogue/eclipse-formatter.xml diff --git a/r-app-catalogue/eclipse-formatter.xml b/r-app-catalogue/eclipse-formatter.xml new file mode 100644 index 00000000..c8cca2ee --- /dev/null +++ b/r-app-catalogue/eclipse-formatter.xml @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/r-app-catalogue/pom.xml b/r-app-catalogue/pom.xml index 0ceb7bbf..07e4c39d 100644 --- a/r-app-catalogue/pom.xml +++ b/r-app-catalogue/pom.xml @@ -45,6 +45,8 @@ 0.2.1 4.3.1 3.0.11 + 2.12.2 + 1.24.3 0.8.6 0.30.0 @@ -206,6 +208,32 @@ + + net.revelc.code.formatter + formatter-maven-plugin + ${formatter-maven-plugin.version} + + ${project.basedir}/eclipse-formatter.xml + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + + + + + com,java,javax,org + + + + + org.jacoco jacoco-maven-plugin -- 2.16.6