Popularity
9.2
Growing
Activity
0.0
Declining
3,717
128
548

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.

Do you think we are missing an alternative of OCLint or a related project?

Add another 'Code Quality' Library

README

OCLint - https://oclint.org

GitHub Actions Status Coverage Status

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