Sha256: 89601761825867d2a8df33e9f6751203df0f85784c1e14c18b875d9448351bcb

Contents?: true

Size: 557 Bytes

Versions: 2

Compression:

Stored size: 557 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"
)
set :commit_msg, fetch(:commit_msg, []).push(
  # comment following lines if you want to skip it
  "commit_msg:check_msg"
)

Version data entries

2 entries across 2 versions & 1 rubygems

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