Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

StyleCop for C++ [closed]

I would like to ask do You know any programs similar to StyleCop but for C++?

like image 560
Bartłomiej Siwek Avatar asked Mar 26 '09 21:03

Bartłomiej Siwek


People also ask

Is StyleCop obsolete?

You can still use this in Visual Studio 2019, but the current recommended way to use StyleCop is to use the Roslyn-based analyzers. These analyzers will continue to be supported in the future, whereas the Visual Studio plugin and the NuGet package will no longer receive any major improvements.

How do I get rid of StyleCop?

right-click on a project in Project Explorer. select "StyleCop Settings" on the "Rules" tab of the dialog that opens, uncheck the "C#" root of the Enabled rules tree.

How do I turn off StyleCop rule?

In your StyleCop install, there's a Settings. StyleCop file. You can edit this to turn off rules globally. Drag that file onto the Settings Editor executable in that file to edit it.


1 Answers

See A free tool to check C/C++ source code against a set of coding standards?. This looks to be what you are after, although I don't know the full capability of the StyleCop tool.

like image 145
Greg Rogers Avatar answered Sep 29 '22 06:09

Greg Rogers