1 dépôt
Integration that allows Ruby Rake tasks to be executed as part of the git hook workflow.
Distinct from Task Hooks: Specializes general task hooks for the Ruby Rake ecosystem specifically.
Explore 1 awesome GitHub repository matching development tools & productivity · Rake Task Integrations. Refine with filters or upvote what's useful.
Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali
Executes specified Rake tasks during the commit process to automate project-specific checks or transformations.