Skip to content

Commit

Permalink
AVRO-1664: Fix RAT exclusions for PHP vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSkraba authored and iemejia committed Jun 9, 2020
1 parent f84ca85 commit 5ac4553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@
<exclude>lang/csharp/build/**</exclude>
<exclude>lang/perl/pm_to_blib</exclude>
<exclude>lang/perl/blib/**/.exists</exclude>
<exclude>vendor/**</exclude>
<exclude>lang/php/vendor/**</exclude>
<exclude>lang/ruby/Gemfile.lock</exclude>
<exclude>lang/ruby/avro.gemspec</exclude>
<exclude>lang/ruby/.gem/**</exclude>
Expand Down

0 comments on commit 5ac4553

Please sign in to comment.