Skip to content

Commit

Permalink
Minimal inherited config?
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Dec 12, 2023
1 parent 58f535a commit 466c3ba
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions matching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,23 +128,11 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${spotless.version}</version>
<inherited>false</inherited>
<executions>
<execution>
<goals>
<goal>apply</goal>
</goals>
<phase>process-sources</phase>
</execution>
</executions>
<configuration>
<scala>
<includes>**/*.scala,**/*.sbt</includes>
<scalafmt>
<version>${scalafmt.version}</version>
<file>.scalafmt.conf</file>
<scalaMajorVersion>${scala.majorVersion}</scalaMajorVersion>
</scalafmt>
</scala>
</configuration>
Expand Down

0 comments on commit 466c3ba

Please sign in to comment.