scalafmt: remote referencing the common definition files makes it work compiling the entire project as well as the individual submodules

This commit is contained in:
Claudio Atzori 2022-01-12 17:19:38 +01:00
parent 1b9e8378b3
commit dbd6fa1d65
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -25,4 +25,4 @@ spark-warehouse
/**/job-override.properties /**/job-override.properties
/**/*.log /**/*.log
/**/.factorypath /**/.factorypath
/**/.scalafmt.conf

View File

@ -681,7 +681,7 @@
<groupId>org.antipathy</groupId> <groupId>org.antipathy</groupId>
<artifactId>mvn-scalafmt_2.11</artifactId> <artifactId>mvn-scalafmt_2.11</artifactId>
<configuration> <configuration>
<configLocation>dhp-build/dhp-code-style/src/main/resources/scalafmt/scalafmt.conf</configLocation> <configLocation>https://code-repo.d4science.org/D-Net/dnet-hadoop/raw/branch/beta/dhp-build/dhp-code-style/src/main/resources/scalafmt/scalafmt.conf</configLocation>
<skipTestSources>false</skipTestSources> <skipTestSources>false</skipTestSources>
<skipSources>false</skipSources> <skipSources>false</skipSources>
<sourceDirectories> <sourceDirectories>