Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iotjs: Add modules path option #2360

Merged

Conversation

rzr
Copy link
Contributor

@rzr rzr commented Oct 18, 2018

Change-Id: I1cc40989e45527c40d96838f12652610f7abbf85
Signed-off-by: Philippe Coval p.coval@samsung.com

@seinfra
Copy link

seinfra commented Oct 18, 2018

Target : [ce76779058a12e30b5517683473263c918e72864] - Code Rule Check Result:
apps/examples/iotjs_startup/iotjs_startup_main.c:119: ERROR: [IDT_M_TAB] code indent should use tabs where possible
apps/examples/iotjs_startup/iotjs_startup_main.c:119: ERROR: [IDT_M_TAB] please, no spaces at the start of a line

@seinfra
Copy link

seinfra commented Oct 18, 2018

Target : [ce76779058a12e30b5517683473263c918e72864] - Code Rule Check (C++) OK.

rzr added a commit to rzr/TizenRT that referenced this pull request Oct 19, 2018
Change-Id: I1cc40989e45527c40d96838f12652610f7abbf85
Forwarded: Samsung#2360
Signed-off-by: Philippe Coval <p.coval@samsung.com>
@@ -112,6 +116,7 @@ int main(int argc, FAR char *argv[])
int iotjs_startup_main(int argc, char *argv[])
#endif
{
setenv("IOTJS_EXTRA_MODULE_PATH", CONFIG_EXAMPLES_IOTJS_EXTRA_MODULE_PATH, 1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you use a tab instead of spaces at start of line as indentation? That is an our coding rule and we must follow it in apps folder.

Change-Id: I1cc40989e45527c40d96838f12652610f7abbf85
Forwarded: Samsung#2360
Signed-off-by: Philippe Coval <p.coval@samsung.com>
@rzr rzr force-pushed the sandbox/rzr/iotjs/review/master branch from ce76779 to 4b56517 Compare October 22, 2018 07:56
@seinfra
Copy link

seinfra commented Oct 22, 2018

Target : [4b56517] - Code Rule Check (C++) OK.

@seinfra
Copy link

seinfra commented Oct 22, 2018

Target : [4b56517] - Code Rule Check OK.

@sunghan-chang sunghan-chang merged commit 8330272 into Samsung:master Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants