Skip to content

Commit

Permalink
[FLINK-6056] [build] Add rat exclude for 'tools/flink*'
Browse files Browse the repository at this point in the history
This closes apache#3540
  • Loading branch information
shijinkui authored and StephanEwen committed Mar 21, 2017
1 parent 52d3e4d commit 96ec655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ under the License.
<exclude>build-target/**</exclude>
<!-- Tools: watchdog -->
<exclude>tools/artifacts/**</exclude>
<exclude>tools/flink*/**</exclude>
<!-- PyCharm -->
<exclude>**/.idea/**</exclude>
</excludes>
Expand Down

0 comments on commit 96ec655

Please sign in to comment.