Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前用的是OCLint,可以和XCode集成,但是结果的格式有些问题。当警告数超过 200 时,无法正常显示。
我想要的是更复杂的代码度量,例如圈复杂度、传入耦合、传出耦合、NPath 复杂度等。
我想大多数人都使用 Clang 静态分析器,它非常好,并且已经集成到 Xcode 中。