how can i disable the “C++ Compiler Errors” in the code inspection??
Completed
The code inspection is very useful to our team. but the "C++ Compiler Errors" is not a real bug. can i disable it ?
I don't find any options to it.
thank you.

Please sign in to leave a comment.
Hi,
teamcity uses the IntelliJ IDEA engine to run the inspections check. This engine can use inspection profiles, configurable within intellij to determine what to report and what not to report. This is explained here: https://www.jetbrains.com/help/teamcity/inspections.html
Furthermore, it's recommended to create your own profiles to ensure that you are in control of what is being checked, and that future modifications to the default values do not impact your results.