Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lint-checking tools for Objective-C development [closed]

Large projects with multiple developers often result in code that is inconsistent in style. I am looking for a lint-like tool tailored to Objective-C that goes beyond the scope of the Clang Static Analyser and checks for adherence to stylistic conventions; e.g. braces, indentation, comment formatting, declaring variables at the top of functions and so on.

I am aware of AnalysisTool, but it doesn't quite do what I'm after. I saw this question asked elsewhere on SO, but it's not clear whether the question-asker was after the same thing.

Does such a tool exist?

like image 211
Sedate Alien Avatar asked Feb 16 '11 01:02

Sedate Alien


1 Answers

I was doing the same research and I just found OCLint

like image 66
clopez Avatar answered Sep 19 '22 15:09

clopez