Skip to content

Commit

Permalink
Do not perform RAT checks on yaml or json files
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoers committed Mar 27, 2022
1 parent 4fe8ea2 commit b7975d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,9 @@ limitations under the License.
<exclude>.git/</exclude>
<exclude>patchprocess/</exclude>
<exclude>.gitignore</exclude>
<exclude>**/*.yml</exclude>
<exclude>**/*.yaml</exclude>
<exclude>**/*.json</exclude>
<!-- ASF jenkins box puts the Maven repo in our root directory. -->
<exclude>.repository/</exclude>
<exclude>**/*.diff</exclude>
Expand Down

0 comments on commit b7975d3

Please sign in to comment.