-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature/extend inventory functions #90
Feature/extend inventory functions #90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @pasco1995
Really good contribution with respect of the current code format and comments, I really appreciate it! I executed the Sonarcloud analysis, nothing to report. Some few minor comments.
I also suggest to cleanup the commits. 2 commits are enough and I usually (must have) use the following format: "topic: purpose" so this can for example in this PR:
- "core: utils: add function to get item index in key-store"
- "add-ons: inventory: add function to update a single item in the inventory"
Thanks for your contribution to this project
Joel
dcb2e83
to
0a33422
Compare
Quality Gate passedIssues Measures |
Thanks @pasco1995 for the update, and my sincere apologize for the delay to review it. Regards |
Hello @pasco1995 |
Hello, try to fix it this weekend. |
fdfa12b
to
ee92a44
Compare
Hello @pasco1995 |
Note @pasco1995 if you have not Ubuntu 24.04 just tell me I will check the difference so you can apply it. |
Hi @joelguittet, that would be helpful, thanks. The current output of the do_code_format.sh script only views the file path and name. Is it possible that it can tell the line number and the conspicuous code formatting as well ? |
@pasco1995 for the modification to apply here is a git diff to do (variables ret and index must be vertically aligned), this will satisfy the verification:
I will think about that, this could be very helpful yes! I note this in my TODO list :-) Joel |
ee92a44
to
a3f3959
Compare
Quality Gate passedIssues Measures |
@pasco1995 all good now! Thanks a lot for the job done here and your patience :-) PR is merged. |
Added functions