From dbd6fa1d65614d307d2e11b7d157ec05eeb8bae3 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Wed, 12 Jan 2022 17:19:38 +0100 Subject: [PATCH] scalafmt: remote referencing the common definition files makes it work compiling the entire project as well as the individual submodules --- .gitignore | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b794ef74..73d9179fa 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,4 @@ spark-warehouse /**/job-override.properties /**/*.log /**/.factorypath - +/**/.scalafmt.conf diff --git a/pom.xml b/pom.xml index b68671aec..746f4e773 100644 --- a/pom.xml +++ b/pom.xml @@ -681,7 +681,7 @@ org.antipathy mvn-scalafmt_2.11 - dhp-build/dhp-code-style/src/main/resources/scalafmt/scalafmt.conf + https://code-repo.d4science.org/D-Net/dnet-hadoop/raw/branch/beta/dhp-build/dhp-code-style/src/main/resources/scalafmt/scalafmt.conf false false