Skip to content

Commit

Permalink
Update a 2.5 MISRA rule in the MISRA.md file. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeth authored Feb 26, 2021
1 parent 3946e48 commit 72df94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Other Updates:
- [#37](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/37) Add code examples in documentation of API functions.
- [#43](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/37) Add MISRA rule 2.5 in list of ignored violations in MISRA.md file.

## v1.0.0 (November 2020)

Expand Down
1 change: 1 addition & 0 deletions MISRA.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Deviations from the MISRA standard are listed below:
### Flagged by Coverity
| Deviation | Category | Justification |
| :-: | :-: | :-: |
| Rule 2.5 | Advisory | A macro is not used by the library; however, it exists to be used by an application. |
| Rule 8.7 | Advisory | API functions are not used by the library; however, they must be externally visible in order to be used by an application. |

### Suppressed with Coverity Comments
Expand Down

0 comments on commit 72df94b

Please sign in to comment.