We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我正在做同样的研究,我刚刚发现 OCLint
I was doing the same research and I just found OCLint
我最近偶然发现了
uncrustify
,它支持 Objective-C。它看起来写得很好,并且添加额外的检查(以及相应的修复)似乎很简单。它不是一体化的,但与静态分析器和良好的差异化工具相结合,它应该可以完成这项工作。
I have recently stumbled across
uncrustify
, which has support for Objective-C. It appears well-written and adding additional checks (and respective fixes) seems straight-forward.It's not all-in-one, but in combination with the static analyser and a good differencing tool, it should do the job.