Sha256: aa4e38b716ba390ad5de8e985e4ff01914c945b0658a3738f0febd9afd6c7c9e

Contents?: true

Size: 1.05 KB

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
captain_hoog-2.0.0 lib/captain_hoog/cli/templates/hoogfile.erb
captain_hoog-1.1.1 lib/captain_hoog/templates/hoogfile.erb
captain_hoog-1.1.0 lib/captain_hoog/templates/hoogfile.erb
captain_hoog-1.0.2 lib/captain_hoog/templates/hoogfile.erb
captain_hoog-1.0.1 lib/captain_hoog/templates/hoogfile.erb