Merge pull request #4210 from zmstone/chore-relocate-some-apps
chore(apps): relocate some apps
This commit is contained in:
commit
0414cb6c86
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue