TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OCLint

65 pointsby rayascottover 7 years ago

2 comments

kennywinkerover 7 years ago
I have installed OCLint on my work codebase (iOS ObjC), and I love having the extra sanity check on code, but it does not compare in terms of power &#x2F; performance &#x2F; ease of use to either of the two other linters i&#x27;ve used, swiftlint and eslint.<p>My biggest complaint is integrating it with xcode is not great - it requires a second compilation after your regular build runs to generate the json compilation database it needs.<p>This is not the oclint team&#x27;s fault, but it makes it frustratingly slow to use for every build - which is how linters should be used in my view.
ainar-gover 7 years ago
I guess the immediate question everyone has for such tools is how does it compare with clang-tidy for C++?
评论 #15479818 未加载
评论 #15480618 未加载