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

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

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

1 个仓库

Awesome GitHub RepositoriesCommit Message Style Hooks

Hooks that specifically enforce casing and capitalization in commit messages.

Distinct from Pre-Commit Quality Hooks: Focuses on the specific stylistic rule of capitalization rather than general quality checks.

Explore 1 awesome GitHub repository matching development tools & productivity · Commit Message Style Hooks. Refine with filters or upvote what's useful.

Awesome Commit Message Style Hooks GitHub Repositories

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

    sds/overcommit

    4,008在 GitHub 上查看↗

    Overcommit 是一个 Git 钩子管理器和预提交验证框架,旨在自动化在各种 Git 事件期间执行脚本和检查。它作为一个工作流自动化工具,确保在更改提交或推送到远程存储库之前满足代码质量和项目标准。 该系统通过全面的基于 YAML 的配置脱颖而出,该配置允许对钩子行为进行详细控制,包括文件执行过滤、有条件跳过和钩子依赖项管理。它提供专门的角色,例如提交消息验证器以强制执行命名约定,以及推送防护以阻止不稳定或不安全的代码到达远程分支。 该项目涵盖了广泛的功能领域,包括多语言静态分析和 Linting、自动化依赖管理以及安全验证(如密钥扫描和许可证合规性)。它还通过受保护的分支强制执行和并行钩子执行来管理存储库完整性,以优化性能。

    Enforces that the first non-empty line of a commit message starts with an uppercase letter.

    Ruby
    在 GitHub 上查看↗4,008
  1. Home
  2. Development Tools & Productivity
  3. Pre-commit Hooks
  4. Pre-Commit Quality Hooks
  5. Commit Message Style Hooks