Add Polyspace Suppression for MISRA Directive
조회 수: 5 (최근 30일)
이전 댓글 표시
According to https://de.mathworks.com/help/bugfinder/ug/annotate-hide-known-acceptable-polyspace-results-web-browser.html#responsive_offcanvas, the code annotation syntax for suppressions is:
/* polyspace Family:Result_name */
For example polyspace MISRA-C:14.9. This number (14.9) is the rule number, but MISRA also has directives.
How can I suppress directives?
The doc in the link above only says:
For coding standard violations, specify the rule number or numbers.
There is for instance directive 1.1, but also rule 1.1.
댓글 수: 0
채택된 답변
Christian Bard
2025년 2월 18일
In the Polyspace UI, when you select a violation, you can right-click and choose "Add Pre-justification to clipboard." For more details, refer to the documentation below. By doing this, you'll notice that directive violations are prefixed with an uppercase 'D'.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MISRA C:2023 Directives and Rules에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!