Ensure coding-style during a git commit [closed]
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Im my company i set-up a continuous integration test and i run the tests when someone push the code on the server. Now i want to check that the code match with the our basic coding rules, the first rule is "run mogrify on your code!" There is something to do this check "out the shelf"? the output of this analisys can be stored on a file or something else. thanks I would suggest using a lint like tool, e.g. for ObjectC