Sha256: 839f47f4215a3e76c14c86aa56a58401946f47bbf47bfebdad459a1942573018

Contents?: true

Size: 642 Bytes

Versions: 1

Compression:

Stored size: 642 Bytes

Contents

set :pre_commit, fetch(:pre_commit, []).push(
  # uncomment following lines if it is a ruby project
  # "pre_commit:rubocop",
  # "pre_commit:rspec",

  # uncomment following lines if it is a java project built by gradle
  # "pre_commit:checkstyle"

  # "pre_commit:check_branch_name"
)
set :prepare_commit_msg, fetch(:prepare_commit_msg, []).push(
  # comment following lines if you want to skip it
  "prepare_commit_msg:prepare_for_ekohe_branch"
  # "prepare_commit_msg:prepare_for_gitlab_branch"
)
set :commit_msg, fetch(:commit_msg, []).push(
  # comment following lines if you want to skip it
  "commit_msg:check_msg_for_ekohe_format"
)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git-hook-0.1.8 lib/githook/templates/config.rb