Checkstyle equivalent for Objective-C
Is there a checkstyle equivalent for Objective-C?
This question has been attempted before, but either the wasn't clear in
what was being asked, or the answers were not satisfactory.
I do not want a code formatting tool. (There's lots of options here. I use
AppCode).
I do want a tool that can identify code smells, and fail the build for me.
Here's some checks that would be useful:
Class too long.
Method too long.
Method has too many parameters.
Cyclomatic complexity - class has too many dependencies.
I've found that doing these continuous, automated code audits really helps
in a team environment.
No comments:
Post a Comment