vera++
« Back to VersTracker
Description:
Programmable tool for C++ source code
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: c++ static-analysis code-quality linter developer-tools
Install: brew install vera++
About:
Veraxx is a programmable static analysis tool designed specifically for C++ source code. It enables developers to write custom verification rules using a Lua-based scripting interface to enforce coding standards and detect potential bugs. The tool provides a flexible framework for automating code quality checks and maintaining consistency across large C++ codebases.
Key Features:
  • Lua-based scripting for custom rule creation
  • Built-in rules for common C++ coding standards
  • AST-based analysis for accurate code inspection
  • Extensible plugin architecture
  • Integration with CI/CD pipelines
Use Cases:
  • Enforcing coding standards and style guidelines in C++ projects
  • Automated detection of code smells and potential bugs
  • Custom static analysis for domain-specific requirements
  • Code review automation and quality gate enforcement
Alternatives:
  • clang-tidy – Part of LLVM toolchain with built-in checks, less scripting flexibility
  • cppcheck – Open-source static analyzer focused on bug detection, no custom rule scripting
  • coverity – Commercial enterprise tool with advanced analysis, requires paid license
Version History
Detected Version Rev Change Commit
Sep 13, 2025 11:13am 0 VERSION_BUMP 959bba15
Oct 9, 2024 10:59pm 0 VERSION_BUMP 664f5065