Answer the question
In order to leave comments, you need to log in
PHP_CodeSniffer analogue for C++
Here somehow ran an article about an interesting thing PHP_CodeSniffer. In short, this utility allows you to check the code for compliance with specified coding standards (variable names, tabs, line lengths, etc.). The beauty is that you can hang it as a hook on a commit to the repository and kick negligent developers. Well, or you can put a stage in continuous integration and send evil notifications to whomever you like.
So here, are there analogues for C ++? Everything I saw was just automatic reformatting - indents, spaces in constructions, position of brackets. But to set a standard and compare with it?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question