exclude jmh_generated files from rat checks

This commit is contained in:
Jonathan Shook 2023-07-27 12:53:27 -05:00
parent 636522d28b
commit bb92e3ea23

View File

@ -748,6 +748,7 @@
</includes>
<excludes>
<exclude>**/generated/**</exclude>
<exclude>**/jmh_generated/**</exclude>
</excludes>
<addLicenseHeaders>true</addLicenseHeaders>
<copyrightMessage>Copyright (c) 2022 nosqlbench</copyrightMessage>