Skip to content

Commit fc5e63f

Browse files
committed
exclude go.mod and go.sum from license checks
FAB-15732 Change-Id: Ic6ea6defa9bfc1b2e630258cd95fdbcbafcefbae Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent 8167988 commit fc5e63f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/functions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ function filterExcludedAndGeneratedFiles {
1212
'(^|/)ci\.properties$'
1313
'(^|/)\.git/'
1414
'\.gen\.go$'
15+
'(^|/)go.mod$'
16+
'(^|/)go.sum$'
1517
'(^|/)Gopkg\.lock$'
1618
'\.key$'
1719
'(^|/)LICENSE$'

0 commit comments

Comments
 (0)