Popularity
9.2
Growing
Activity
0.0
Stable
3,781
128
492
Code Quality Rank:
L5
Programming language: C++
License: BSD 3-clause "New" or "Revised" License
Tags:
Code Quality
Latest version: v20.11
OCLint alternatives and similar libraries
Based on the "Code Quality" category.
Alternatively, view OCLint alternatives based on common mentions on social networks and blogs.
-
IBAnalyzer
DISCONTINUED. Find common xib and storyboard-related problems without running your app or writing unit tests. -
SwiftCop
SwiftCop is a validation library fully written in Swift and inspired by the clarity of Ruby On Rails Active Record validations. -
Warnings-xcconfig
An xcconfig (Xcode configuration) file for easily turning on a boatload of warnings in your project or its targets. -
PSTModernizer
Makes it easier to support older versions of iOS by fixing things and adding missing methods -
Trackable
DISCONTINUED. Trackable is a simple analytics integration helper library. It’s especially designed for easy and comfortable integration with existing projects.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of OCLint or a related project?
Popular Comparisons
README
OCLint - https://oclint.org
OCLint is a static code analysis tool for improving quality and reducing defects by inspecting C, C++ and Objective-C code.
It looks for potential problems that aren't visible to compilers, for example:
- Possible bugs - empty if/else/try/catch/finally statements
- Unused code - unused local variables and parameters
- Complicated code - high cyclomatic complexity, NPath complexity and high NCSS
- Redundant code - redundant if statement and useless parentheses
- Code smells - long method and long parameter list
- Bad practices - inverted logic and parameter reassignment
- ...
For more information, visit https://oclint.org