Skip to content

Commit

Permalink
add correction to spotless scope
Browse files Browse the repository at this point in the history
  • Loading branch information
fanf committed Mar 11, 2024
1 parent a211f67 commit d08788a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins-common/pom-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,13 @@
<configuration>
<scala>
<includes>
<include>**/*.scala</include>
<include>src/**/*.scala</include>
</includes>
<excludes>
</excludes>

<scalafmt>
<!-- version is inherited from rudder parent pom -->
<file>../.scalafmt.conf</file>
</scalafmt>
</scala>
Expand Down

0 comments on commit d08788a

Please sign in to comment.