Good but with its faults.
I really like this application but there are some cases where styling issues conflict with themselves.
For example, casting objects conflicts with arithmetic styling: eg, the statement “NSString *string = (NSString *)obj;” throws a warning on the cast because I have a rule that states that arithmetic operators require spaces between numbers and operators. That, and I receive warning when declaring objective-c literals because I have a rule that states a curly brace should be preceeded by a space, which always produces a warning when creating an NSDictionary using @{…} syntax.
Otherwise, it is a great app and I find it really handy when dealing with coworkers.
sgianelli about Objective-Clean