Skip to content

Commit

Permalink
add github templates to rat exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
kortemik committed Oct 2, 2024
1 parent f54ded4 commit fc9b28c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@
<!-- perf-test-asset -->
<exclude>src/test/resources/base64.txt</exclude>
<exclude>src/test/resources/base64-8m.txt</exclude>
<!-- github -->
<exclude>.github/ISSUE_TEMPLATE/feature_request.md</exclude>
<exclude>.github/ISSUE_TEMPLATE/bug_report.md</exclude>
<exclude>.github/ISSUE_TEMPLATE/tasks-and-meta.md</exclude>
<exclude>.github/ISSUE_TEMPLATE/config.yml</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit fc9b28c

Please sign in to comment.