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

Remap PC-lint MISRA violations into unique sonar rules #76

Closed
wenns opened this issue Nov 15, 2013 · 0 comments
Closed

Remap PC-lint MISRA violations into unique sonar rules #76

wenns opened this issue Nov 15, 2013 · 0 comments

Comments

@wenns
Copy link
Contributor

wenns commented Nov 15, 2013

Violations that pc-lint has created just to fulfil the MISRA 2004 and 2008 standard is merged into just four ID:s.
Two for required rules and two for advisory rules.
This results in that you need to drill down to each source code file to see what MISRA rules has been violated.
Solution:
Add unique MISRA 2004 and 2008 rules for PC-lint.
(All MISRA 2004 and 2008 rules that is supported by PC-lint shall be added, http://www.gimpel.com/html/misra.htm)
-Add remap feature of MISRA 2004 and 2008 violations into new sonar rules for better granularity.
-Add unit tests for MISRA parsing for testing the new remap feature

@ghost ghost assigned esbjoe Nov 15, 2013
@wenns wenns closed this as completed Nov 15, 2013
@wenns wenns modified the milestones: M 0.9.1, Release Cxx-09 May 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants