awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

28 个仓库

Awesome GitHub RepositoriesCode Quality Linters

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.

Awesome Code Quality Linters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • yandex/gixyyandex 的头像

    yandex/gixy

    8,570在 GitHub 上查看↗

    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.

    Python
    在 GitHub 上查看↗8,570
  • davidanson/markdownlintDavidAnson 的头像

    DavidAnson/markdownlint

    5,855在 GitHub 上查看↗

    Node.js-based style checker for Markdown files.

    JavaScriptcommonmarklintmarkdown
    在 GitHub 上查看↗5,855
  • amperser/proselintamperser 的头像

    amperser/proselint

    4,542在 GitHub 上查看↗

    Proselint 是一个散文语法检查器和基于规则的文本分析器,旨在识别书面文本中的文体错误、陈词滥调和行话。它根据预定义的语言和排版规则注册表扫描文档,以保持专业的编辑标准并提高写作质量。 该项目可作为命令行文本处理器、可编程分析库和 git 预提交钩子使用。其模块化架构允许核心引擎嵌入到其他应用程序中,通过 REST API 公开,或集成到文本编辑器中。 该工具支持递归目录遍历进行批量分析,并接受标准输入中的文本以用于命令行管道。它提供了启用或禁用特定语言检查的配置选项,并能以结构化的 JSON 格式导出诊断结果。

    Linter for English prose style and writing quality.

    JavaScript
    在 GitHub 上查看↗4,542
  • pycqa/flake8PyCQA 的头像

    PyCQA/flake8

    3,760在 GitHub 上查看↗

    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.

    Pythoncomplexity-analysisflake8linter
    在 GitHub 上查看↗3,760
  • csscomb/csscomb.jscsscomb 的头像

    csscomb/csscomb.js

    3,327在 GitHub 上查看↗

    CSS coding style formatter

    Formatter for consistent CSS coding styles.

    JavaScript
    在 GitHub 上查看↗3,327
  • 360entsecgroup-skylar/goreporter360EntSecGroup-Skylar 的头像

    360EntSecGroup-Skylar/goreporter

    3,123在 GitHub 上查看↗

    A Golang tool that does static analysis, unit testing, code review and generate code quality report.

    Runs multiple Go linters and normalizes the output.

    Go
    在 GitHub 上查看↗3,123
  • codespell-project/codespellcodespell-project 的头像

    codespell-project/codespell

    2,391在 GitHub 上查看↗

    check code for common misspellings

    Checks source code for common spelling mistakes.

    Python
    在 GitHub 上查看↗2,391
  • pycqa/prospectorPyCQA 的头像

    PyCQA/prospector

    2,085在 GitHub 上查看↗

    Inspects Python source files and provides information about type and location of classes, methods etc

    Wrapper for various Python static analysis tools.

    Python
    在 GitHub 上查看↗2,085
  • mivok/markdownlintmivok 的头像

    mivok/markdownlint

    2,057在 GitHub 上查看↗

    Markdown lint tool

    Checks Markdown files for style and formatting issues.

    Ruby
    在 GitHub 上查看↗2,057
  • mrtazz/checkmakemrtazz 的头像

    mrtazz/checkmake

    1,204在 GitHub 上查看↗

    Linter/analyzer for Makefiles

    Linter and analyzer for Makefile syntax and quality.

    Go
    在 GitHub 上查看↗1,204
  • pocketjoso/specificity-graphpocketjoso 的头像

    pocketjoso/specificity-graph

    702在 GitHub 上查看↗

    Generate interactive Specificity Graphs for your CSS

    Generates graphs to visualize CSS specificity.

    JavaScript
    在 GitHub 上查看↗702
  • alexkohler/preallocalexkohler 的头像

    alexkohler/prealloc

    666在 GitHub 上查看↗

    prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

    Suggests preallocating slices to improve memory performance.

    Go
    在 GitHub 上查看↗666
  • jgautheron/goconstjgautheron 的头像

    jgautheron/goconst

    318在 GitHub 上查看↗

    Find in Go repeated strings that could be replaced by a constant

    Finds repeated strings that should be refactored into constants.

    Go
    在 GitHub 上查看↗318
  • vlajos/misspell-fixervlajos 的头像

    vlajos/misspell-fixer

    194在 GitHub 上查看↗

    Simple tool for fixing common misspellings, typos in source code

    Fixes common typos and misspellings in source code.

    sed
    在 GitHub 上查看↗194
  • hougesen/mdsfhougesen 的头像

    hougesen/mdsf

    108在 GitHub 上查看↗

    Format markdown code blocks using your favorite tools

    Formats Markdown code blocks using external tools.

    Rust
    在 GitHub 上查看↗108
  • catenacyber/perfsprintC

    catenacyber/perfsprint

    0在 GitHub 上查看↗

    Suggests performance optimizations for string and error formatting.

    在 GitHub 上查看↗0
  • tommy-muehle/go-mndT

    tommy-muehle/go-mnd

    0在 GitHub 上查看↗

    Detects magic numbers that should be defined as constants.

    在 GitHub 上查看↗0
  • alexkohler/unimportA

    alexkohler/unimport

    0在 GitHub 上查看↗

    Finds and removes unnecessary import aliases.

    在 GitHub 上查看↗0
  • kunwardeep/paralleltestK

    kunwardeep/paralleltest

    0在 GitHub 上查看↗

    Ensures tests are properly configured for parallel execution.

    在 GitHub 上查看↗0
  • dkorunic/betteralignD

    dkorunic/betteralign

    0在 GitHub 上查看↗

    Optimizes struct field alignment to reduce memory footprint.

    在 GitHub 上查看↗0
上一个12下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Code Quality Linters