Skip to content

Commit

Permalink
chore: Exclude YAML files in test resources from license header check
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Aug 16, 2023
1 parent cd5552f commit 71e6705
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 @@ -1149,6 +1149,7 @@
<exclude>**/go.sum</exclude>
<exclude>kubernetes-client/src/test/resources/**/*</exclude>
<exclude>kubernetes-client/src/test/resources/mockito-extensions/*</exclude>
<exclude>**/src/test/resources/*.yml</exclude>
<exclude>**/src/test/resources/ssl/*</exclude>
<exclude>**/src/test/resources/io/fabric8/java/generator/approvals/*.*.approved.txt</exclude>
<exclude>**/it/**/expected/**/*.expected</exclude>
Expand Down

0 comments on commit 71e6705

Please sign in to comment.