Skip to content

Commit e3c0841

Browse files
Update README.md (#392)
* Update README.md for static analysis
1 parent da10323 commit e3c0841

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ cmake --build . --target test-aws-iot-device-client
152152

153153
## Additional Resources
154154

155+
### Static Analysis
156+
* [Sonarcloud](https://sonarcloud.io) code analysis results are viewable at: https://sonarcloud.io/project/overview?id=awslabs_aws-iot-device-client
157+
* [Cppcheck](https://cppcheck.sourceforge.io/) is a lightweight, open-source tool that has been configured to run on against every commit. To run the analysis manually: `./static-checks/run-cppcheck.sh`
158+
* [Coverity](https://scan.coverity.com) checks our main branch against rules from the [MISRA coding standard](https://www.misra.org.uk).
159+
160+
161+
### AWS Documentation
155162
This section provides links to additional AWS IoT resources that may help you use and modify the AWS IoT Device Client:
156163

157164
- [API Documentation generated by Doxygen](https://awslabs.github.io/aws-iot-device-client/annotated.html)

0 commit comments

Comments
 (0)