Merge pull request #4210 from zmstone/chore-relocate-some-apps

chore(apps): relocate some apps
This commit is contained in:
Zaiming Shi 2021-02-19 12:43:37 +01:00 committed by GitHub
commit 0414cb6c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
127 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@
[
{config,
[
#{dirs => ["src", "apps/**/src", "lib-opensource/**/src"],
#{dirs => ["src", "apps/**/src", "lib-ce/**/src"],
filter => "*.erl",
ruleset => erl_files,
rules => [
@ -16,7 +16,7 @@
]}}
]
},
#{dirs => ["test", "apps/**/test", "lib-opensource/**/src"],
#{dirs => ["test", "apps/**/test", "lib-ce/**/src"],
filter => "*.erl",
rules => [
{elvis_text_style, line_length, #{ limit => 100

View File

@ -10,9 +10,9 @@ cd -P -- "$(dirname -- "$0")"
DOWNLOAD_URL='https://github.com/emqx/emqx-dashboard-frontend/releases/download'
if [ "$EMQX_ENTERPRISE" = 'true' ] || [ "$EMQX_ENTERPRISE" == '1' ]; then
DASHBOARD_PATH='lib-enterprise/emqx_dashboard/priv'
DASHBOARD_PATH='lib-ee/emqx_dashboard/priv'
else
DASHBOARD_PATH='lib-opensource/emqx_dashboard/priv'
DASHBOARD_PATH='lib-ce/emqx_dashboard/priv'
fi
case $(uname) in

Some files were not shown because too many files have changed in this diff Show More