Skip to content

git hooks support #1

Description

@Faryshta

It would be nice to have git hooks handling the following events

  • pre-commit: execute hidev fix and prevent the commit if this command returns failure.
  • pre-push: execute hidev test and prevent the push if this command returns failure.
  • post-merge: check if composer.json or composer.lock got updated and execute composer update.
  • commit-msg a configurable event to handle if the commit message is valid. For example require the commit to contain [enh], [fix], [bug], [docs] tags.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions