Enabling MISRA compliance testing

Code Sight Documentation

Version
2026.5.0

Within the Eclipse and Visual Studio environments, Code Sight can run the Coverity MISRA compliance tests.

To enable MISRA testing, add the following entry to the "settings" section of your current configuration file. Here is an example in JSON format:

"cov_run_desktop": {
    "coding_standard_configs": [
        "$(code_base_dir)/MISRA_c2012_7.config"
    ]
}