Skip to content

Commit

Permalink
exclude airbyte_ci non-formatted java from spotless formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Dec 17, 2024
1 parent 0439ce8 commit a11e9cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spotless-maven-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<includes>
<include>**/*.java</include>
</includes>
<excludes>
<exclude>**/non_formatted_code/*</exclude>
</excludes>
<importOrder />
<eclipse>
<version>4.21</version>
Expand Down

0 comments on commit a11e9cc

Please sign in to comment.