My shop is using Coverity 2019.3.
We have MISRA-C 2004 enabled.
I want to disable MISRA-C 2004 Rule 2.2: Source code shall only use /* ... */ comments.
The cov-analyze command has disable option, but it only shows checkers. For example, one could use --disable for MISRA-CAST.
We are using Coverity 2019.3 on Windows 10, with IAR 8.4 compiler (builder).
So, how can I configure Coverity to disable MISRA-C 2004, Rule 2.2?