From 4db276180425f8bfea799aa66df751cc6feac25e Mon Sep 17 00:00:00 2001 From: firest Date: Thu, 14 Apr 2022 10:59:47 +0800 Subject: [PATCH] chore: update git-blame-ignore-revs --- git-blame-ignore-revs | 2 ++ scripts/check-format.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/git-blame-ignore-revs b/git-blame-ignore-revs index e06715044..339c5398c 100644 --- a/git-blame-ignore-revs +++ b/git-blame-ignore-revs @@ -17,3 +17,5 @@ acb3544d4b112121b5d9414237d2af7860ccc2a3 1aa82992616ad848539a533a5cd20ba6f9071e5a # reformat apps/emqx_gateway 3f6d78dda03fd0d8e968a352e134f11a7f16bfe8 +# reformat apps/emqx_exhook +1a4afabe9fed06bb0038f95c898be69c72b94bf3 diff --git a/scripts/check-format.sh b/scripts/check-format.sh index a15bba82b..8f22c648a 100755 --- a/scripts/check-format.sh +++ b/scripts/check-format.sh @@ -11,6 +11,7 @@ APPS=() APPS+=( 'apps/emqx' 'apps/emqx_modules' 'apps/emqx_gateway') APPS+=( 'apps/emqx_authn' 'apps/emqx_authz' ) APPS+=( 'lib-ee/emqx_enterprise_conf' 'lib-ee/emqx_license' ) +APPS+=( 'apps/emqx_exhook') for app in "${APPS[@]}"; do echo "$app ..."