Sha256: f171489566e81d9a6c4eea2bf3ebcf3566515178cf58c090759dbf3981e28434
Contents?: true
Size: 643 Bytes
Versions: 3
Compression:
Stored size: 643 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
git-hook-0.2.1 | lib/githook/templates/config.rb |
git-hook-0.2.0 | lib/githook/templates/config.rb |
git-hook-0.1.9 | lib/githook/templates/config.rb |