chore: add erlfmt app name and update git blame ignore revs

This commit is contained in:
JimMoen 2022-04-19 16:48:16 +08:00
parent bf54f571fb
commit db29080cd5
2 changed files with 2 additions and 0 deletions

View File

@ -23,5 +23,6 @@ acb3544d4b112121b5d9414237d2af7860ccc2a3
f1acfece6b79ed69b491da03783a7adaa7627b96
# reformat apps/emqx_management
aa7807baebfa5d8678025e43f386bcd9b3259d6a
bf54f571fb8b27e76ada4ca75137d96ce4211d60
# reformat apps/emqx_slow_subs
83511f8a4c1570a2c89d9c6c5b6f462520199ed8

View File

@ -13,6 +13,7 @@ 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' 'apps/emqx_slow_subs')
APPS+=( 'apps/emqx_management')
for app in "${APPS[@]}"; do
echo "$app ..."