Exclude .asf.yaml from the configuration of the rat plugin (#9088)

This commit is contained in:
Benedict Jin 2019-12-24 05:08:23 +08:00 committed by Clint Wylie
parent 2231e69b7f
commit 7a7c948595
1 changed files with 1 additions and 0 deletions

View File

@ -1877,6 +1877,7 @@
<exclude>coordinator-console/**</exclude> <exclude>coordinator-console/**</exclude>
<exclude>src/**/*.snap</exclude> <exclude>src/**/*.snap</exclude>
<exclude>examples/conf/**</exclude> <exclude>examples/conf/**</exclude>
<exclude>.asf.yaml</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>