Sha256: 7003fc432deced80c8e78cdd303760f60521e938feeb698a2553908317a7a438
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# This file will be created after installing. # It only includes # # * project_dir # * plugin_dir # # at the beginning (if they're provided during installation). # Exclude plugins you don't want to be executed within every # hook type. This has no effect in v1.x # # The name is taken from the plugin's name identifier. # exclude: # - cucumber # - log # Specify plugins you want to have executed within a pre-commit hook. # If no list is specfied, all plugins are executed (if the pre-commit # hook is installed). # # The name is taken from the plugin's name identifier. # pre-commit: # - pry # - rspec # Specify plugins you want to have executed within a pre-push hook. # If no list is specfied, all plugins are executed (if the pre-push # hook is installed). # # The name is taken from the plugin's name identifier. # pre-push: # - mat # path in which the hooks should be executed. It's Git root by default. # This is going into env. project_dir: "<%= config[:project_dir] %>" # path to plugins # This is going into env. plugins_dir: "<%= config[:plugins_dir] %>"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
captain_hoog-1.0 | lib/captain_hoog/templates/hoogfile.erb |