28 रिपॉजिटरी
Tools that enforce style, formatting, and best practices across various programming languages.
Explore 28 awesome GitHub repositories matching part of an awesome list · Code Quality Linters. Refine with filters or upvote what's useful.
Gixy is a static configuration analyzer and security auditor for Nginx. It functions as an infrastructure-as-code security scanner and web server configuration linter designed to identify vulnerabilities and misconfigurations in server definitions before deployment. The tool focuses on detecting high-risk security flaws, including host header spoofing, server-side request forgery, and path traversal. It specifically audits Nginx configurations for risks such as HTTP splitting, multiline header issues, and unauthorized third-party access resulting from incorrect Referer or Origin header patter
Analyzes Nginx configurations to prevent common misconfigurations.
Node.js-based style checker for Markdown files.
Proselint is a prose linter and rule-based text analyzer designed to identify stylistic errors, clichés, and jargon in written text. It scans documents against a curated registry of linguistic and typographic rules to maintain professional editorial standards and improve writing quality. The project functions as a command line text processor, a programmable analysis library, and a git pre-commit hook. Its modular architecture allows the core engine to be embedded into other applications, exposed via a REST API, or integrated into text editors. The tool supports recursive directory traversal
Linter for English prose style and writing quality.
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
Wrapper for Python linting tools like pyflakes and pycodestyle.
CSS coding style formatter
Formatter for consistent CSS coding styles.
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Runs multiple Go linters and normalizes the output.
check code for common misspellings
Checks source code for common spelling mistakes.
Inspects Python source files and provides information about type and location of classes, methods etc
Wrapper for various Python static analysis tools.
Markdown lint tool
Checks Markdown files for style and formatting issues.
Linter/analyzer for Makefiles
Linter and analyzer for Makefile syntax and quality.
Generate interactive Specificity Graphs for your CSS
Generates graphs to visualize CSS specificity.
prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.
Suggests preallocating slices to improve memory performance.
Find in Go repeated strings that could be replaced by a constant
Finds repeated strings that should be refactored into constants.
Simple tool for fixing common misspellings, typos in source code
Fixes common typos and misspellings in source code.
Format markdown code blocks using your favorite tools
Formats Markdown code blocks using external tools.
Suggests performance optimizations for string and error formatting.
Ensures tests are properly configured for parallel execution.
Optimizes struct field alignment to reduce memory footprint.