A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
terryyin/lizard की मुख्य विशेषताएं हैं: Code Analysis Platforms, Code Quality and Linting।
terryyin/lizard के ओपन-सोर्स विकल्पों में शामिल हैं: prontolabs/pronto — Quick automated code review of your changes. hzacode/langlint. eslint/eslint — This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code… mennanov/blockwatch — Language agnostic linter that keeps your code and documentation in sync and valid. 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.
Language agnostic linter that keeps your code and documentation in sync and valid
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
Quick automated code review of your changes