From 2254764d886825506f84c44ff678bb568783d185 Mon Sep 17 00:00:00 2001 From: firest Date: Tue, 19 Apr 2022 10:44:25 +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 339c5398c..4102965dd 100644 --- a/git-blame-ignore-revs +++ b/git-blame-ignore-revs @@ -19,3 +19,5 @@ acb3544d4b112121b5d9414237d2af7860ccc2a3 3f6d78dda03fd0d8e968a352e134f11a7f16bfe8 # reformat apps/emqx_exhook 1a4afabe9fed06bb0038f95c898be69c72b94bf3 +# reformat apps/emqx_retainer +f1acfece6b79ed69b491da03783a7adaa7627b96 diff --git a/scripts/check-format.sh b/scripts/check-format.sh index 8f22c648a..9063d6fe0 100755 --- a/scripts/check-format.sh +++ b/scripts/check-format.sh @@ -12,6 +12,7 @@ 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') +APPS+=( 'apps/emqx_retainer') for app in "${APPS[@]}"; do echo "$app ..."