Explorar el Código

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

JimMoen hace 3 años
padre
commit
db29080cd5
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      git-blame-ignore-revs
  2. 1 0
      scripts/check-format.sh

+ 1 - 0
git-blame-ignore-revs

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

+ 1 - 0
scripts/check-format.sh

@@ -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 ..."