Lens C - Code Sniffer

I am looking for a standard code check like php_codesniffer ( http://pear.php.net/manual/en/package.php.php-codesniffer.intro.php ) for object c.

Thank you Jose Anthony

+3
source share
2 answers

Perhaps look at Uncrustify , there is also a fork with better Objective-C support. If you want to integrate uncrustify into xcode, read the blog post: Adding a decoder script to Xcode

+2
source

The LLVM Static Analyzer is your answer.

In Xcode, you can use the build and analysis function.

, . - LLVM.

0

Source: https://habr.com/ru/post/1763937/


All Articles