I have installed OCLint on my work codebase (iOS ObjC), and I love having the extra sanity check on code, but it does not compare in terms of power / performance / ease of use to either of the two other linters i've used, swiftlint and eslint.<p>My biggest complaint is integrating it with xcode is not great - it requires a second compilation after your regular build runs to generate the json compilation database it needs.<p>This is not the oclint team's fault, but it makes it frustratingly slow to use for every build - which is how linters should be used in my view.