Skip to content

Commit

Permalink
[hotfix] Enable scalastyle config
Browse files Browse the repository at this point in the history
  • Loading branch information
docete committed May 21, 2024
1 parent b4cec4b commit b24e17d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
<failOnWarning>false</failOnWarning>
<sourceDirectory>${project.basedir}/src/main/scala</sourceDirectory>
<testSourceDirectory>${project.basedir}/src/test/scala</testSourceDirectory>
<configLocation>${project.basedir}/../scalastyle_config.xml</configLocation>
<configLocation>tools/maven/scalastyle_config.xml</configLocation>
<outputFile>${project.basedir}/target/scalastyle-output.xml</outputFile>
<outputEncoding>UTF-8</outputEncoding>
</configuration>
Expand Down
15 changes: 0 additions & 15 deletions spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,4 @@
</dependency>
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.scalastyle</groupId>
<artifactId>scalastyle-maven-plugin</artifactId>
<configuration>
<configLocation>${project.basedir}/../../scalastyle_config.xml</configLocation>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>
File renamed without changes.

0 comments on commit b24e17d

Please sign in to comment.