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

beta
Claudio Atzori 2 years ago
parent 1b9e8378b3
commit dbd6fa1d65

2
.gitignore vendored

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

@ -681,7 +681,7 @@
<groupId>org.antipathy</groupId>
<artifactId>mvn-scalafmt_2.11</artifactId>
<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>
<skipSources>false</skipSources>
<sourceDirectories>

Loading…
Cancel
Save