Language agnostic linter that keeps your code and documentation in sync and valid
The main features of mennanov/blockwatch are: Code Analysis Platforms, Code Quality and Linting.
Open-source alternatives to mennanov/blockwatch include: terryyin/lizard — A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the… hzacode/langlint. eslint/eslint — This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code… prontolabs/pronto — Quick automated code review of your changes. alexjoverm/typescript-library-starter — This project is a TypeScript library starter kit that provides a pre-configured development environment for building… rust-unofficial/patterns — A catalogue of Rust design patterns, anti-patterns and idioms.
Quick automated code review of your changes
This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit
A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.