I have server that would not let to upload source code that does not follows some style (for example camel notation). Given that I have source for such style checker, what is the best way to integrate it into a Qt creator to check whether my code will pass that style validation. (Should it be plugin or something else)

Could you direct me to documentation or at least a name of tool that could help me with it?