Skip to content

Commit

Permalink
Fix spotless configuration for markdown - exclude generated files
Browse files Browse the repository at this point in the history
fix #504
  • Loading branch information
slawekjaranowski committed May 13, 2024
1 parent 31f1276 commit 98619db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,9 @@
<includes>
<include>**/*.md</include>
</includes>
<excludes>
<excludes>target/**</excludes>
</excludes>
<flexmark />
</markdown>
<upToDateChecking>
Expand Down

0 comments on commit 98619db

Please sign in to comment.