Skip to content

Commit 3e591f6

Browse files
Daisuke IIZUKAmastersingh24
authored andcommitted
[FAB-10866] Build fails license header check pptx
Ignore license header check fo *.pptx file. Change-Id: Ie4b81a837019fcdbf03de4783991dcd3bb83610f Signed-off-by: Daisuke IIZUKA <daisuke.iizuka.ag@hitachi.com>
1 parent 026c546 commit 3e591f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check_license.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function filterExcludedFiles {
3030
| grep -v "^Gopkg\.lock$" \
3131
| grep -v "\.md$" \
3232
| grep -v "\.pb\.go$" \
33+
| grep -v "\.pptx$" \
3334
| sort -u`
3435

3536
CHECK=$(filterGeneratedFiles "$CHECK")

0 commit comments

Comments
 (0)