Is there a reason to use the OCLint tool for Xcode Analyze on Xcode 7?
All the messages and information that I can find on the Internet date back to 2013 or older, but I know that Xcode has improved its tools a bit since then, for example, we did not have code coverage before Xcode 7 (just to give an example) .
I was asked to do ongoing static code analysis in my project, and I have installed Xcode Server with a bot to continue integrating with Analyzer. But now I wonder if I should also do a post build script to run OCLint (or maybe instead?)
source share