-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fix MISRA C 2012 deviations #190
Fix MISRA C 2012 deviations #190
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #190 +/- ##
=======================================
Coverage 94.02% 94.02%
=======================================
Files 3 3
Lines 1690 1690
Branches 442 442
=======================================
Hits 1589 1589
Misses 17 17
Partials 84 84
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a6104ee
to
498d1bd
Compare
* Fix rule 18.4 deviations. Not using operators with pointer type. * Suppress rule 20.5 deviations in misra.config to allow use of undef.
498d1bd
to
8923a19
Compare
Will this repo need the same change to the CI build as coreMQTT's ci.yml file? Will it also need its unit test version bumped up as was done in coreMQTT/test/CMakeList.txt? |
This project already defined |
Description
Test Steps
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.