Add static code analysis to CI build chain
jmcph4 opened this issue · 0 comments
jmcph4 commented
Static code checking needs to be added to the build process and Continuous Integration (CI) build chain.
I have struggled to add OCLint to our Travis CI configuration (over 20 failed builds in fact) to no avail. OCLint seems to do the actual job of static checking well enough; however, it is extremely intolerant to different build systems and CI (despite what their documentation might suggest).