commit | 897d725abf017b4bb28cd0653f6f48b450de9173 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Jan 14 22:38:06 2019 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Mon Jan 14 22:38:06 2019 +0000 |
tree | f75f7287cfde842fa6312d44d7fca6bd97a3c81d | |
parent | d4949d751c4306ea131b37ab5293f6174ec60b7d [diff] | |
parent | 7f03ff73ec9e59c1c98bb38ba7d2b24b231b6c6b [diff] |
Merge "Ignore everything in vendor/ directory, rather than just *.go files"
diff --git a/jjb/shell/licensecheck.sh b/jjb/shell/licensecheck.sh index 7832d8f..f34f78e 100755 --- a/jjb/shell/licensecheck.sh +++ b/jjb/shell/licensecheck.sh
@@ -95,7 +95,7 @@ ! -name "Makefile" \ ! -name "Makefile.*" \ ! -name "README" \ - ! -path "*/vendor/*.go" \ + ! -path "*/vendor/*" \ ! -path "*conf*" \ ! -path "*git*" \ ! -path "*swagger*" \