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

scripts: ensure declarations of objects use same names and type qualifiers #71919

Conversation

DeHess
Copy link
Collaborator

@DeHess DeHess commented Apr 25, 2024

Fix coding guideline MISRA C:2012 Rule 8.3:

All declarations of an object or function shall use the same names and type qualifiers.

The commit in this PR is a combination of the original auditable-branch commits:
c16c90e
599e1fc

- fixed the code generator so to use "more" parameter name
  consistently

Signed-off-by: Abramo Bagnara <[email protected]>
- fixed the code generator so to obtain congruent parameter names

Signed-off-by: Abramo Bagnara <[email protected]>
@DeHess DeHess changed the title scripts: comply to coding guidelines MISRA C:2012 Rule 8.3 scripts: ensure declarations of objects use same names and type qualifiers Apr 30, 2024
@DeHess
Copy link
Collaborator Author

DeHess commented May 8, 2024

I just found out there is a third relevant commit from the auditable branch that I have not taken into account. That plus the fact the massive conflicts resulting from the two commits already, I have decided to close this. I will try to merge all three commits in a new PR

@DeHess DeHess closed this May 8, 2024
@DeHess DeHess deleted the misra_rule_8_3_auditable_to_main_scripts_build branch May 8, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants