summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-12-05 16:35:46 -0500
committerGitHub <noreply@github.com>2017-12-05 16:35:46 -0500
commit150de584c348d6317199fd619f0c144464b8f755 (patch)
tree1a9a6c327706e6be0adb00df519b9e027e9e0e0a /scripts
parentc171872472672d129e1e4dbc99930d75a4cd59c7 (diff)
downloadchat-150de584c348d6317199fd619f0c144464b8f755.tar.gz
chat-150de584c348d6317199fd619f0c144464b8f755.tar.bz2
chat-150de584c348d6317199fd619f0c144464b8f755.zip
PLT-8131 Bundled zoom plugin (#7947)
* Bundled zoom plugin * Update plugin to latest
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/license-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/license-check.sh b/scripts/license-check.sh
index dbda58a88..c5b7d61a2 100755
--- a/scripts/license-check.sh
+++ b/scripts/license-check.sh
@@ -5,7 +5,7 @@ count=0
for fileType in GoFiles; do
for file in `go list -f $'{{range .GoFiles}}{{$.Dir}}/{{.}}\n{{end}}' "$@"`; do
case $file in
- */utils/lru.go|*/store/storetest/mocks/*|*/app/plugin/jira/plugin_*)
+ */utils/lru.go|*/store/storetest/mocks/*|*/app/plugin/jira/plugin_*|*/app/plugin/zoom/plugin_*)
# Third-party, doesn't require a header.
;;
*)