OCLint is well know tool doing static code analyzing, for c, c++ and objc. It’s not only stylistic analysis, but also some metrics based, complicated analysis able to detect too complicated logics in code (the simpler the code – the better it is) which is far most useful then XCode’s native static analyzer which is mostly about memory management.
Learn how to integrate OCLint in Xcode
Gavrix
Learn how to integrate OCLint in Xcode
Gavrix
Comments
Post a Comment