Find in Go repeated strings that could be replaced by a constant
Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding standards in source files. It serves as a linting wrapper that aggregates multiple checkers into a single interface, functioning as a pluggable framework for Python code analysis. The tool incorporates a cyclomatic complexity analyzer to measure the logical complexity of functions and identify code that requires refactoring. It is designed for extensibility, allowing the integration of custom plugins and rules through defined entry points. The system provides capabilities fo
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Inspects Python source files and provides information about type and location of classes, methods etc
prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.
الميزات الرئيسية لـ alexkohler/prealloc هي: Code Quality Linters, Static Analysis Tools.
تشمل البدائل مفتوحة المصدر لـ alexkohler/prealloc: pycqa/flake8 — Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding… pycqa/prospector — Inspects Python source files and provides information about type and location of classes, methods etc. 360entsecgroup-skylar/goreporter — A Golang tool that does static analysis, unit testing, code review and generate code quality report. jgautheron/goconst — Find in Go repeated strings that could be replaced by a constant. alexkohler/unimport. alexkohler/dogsled — dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.