Sha256: fbae167bb1800c9ada412b0ebd2b66e86c9a29d9cae8212a907d7b93dd346daa

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 Bytes

Contents

# frozen_string_literal: true

# Options to guard-yardstick
# all_on_start: true
# config: nil
guard :yardstick do
  # Typical Rails setup
  # Set path option for yardstick in ,yardstick.yml
  # ---
  # path:
  #   - app
  #   - config
  #   - lib
  # # Also check out the rules config
  # # https://github.com/dkubb/yardstick#4-configuration
  #
  # and pass in the location of the yaml file using the config option
  # config: '.yardstick.yml'
  # watch(%r{^app\/(.+)\.rb$})
  # watch(%r{^config\/initializers\/(.+)\.rb$})
  # watch('.yardstick.yml') { 'lib' }
  watch(%r{^lib\/(.+)\.rb$})
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
guard-yardstick-1.0.0 lib/guard/yardstick/templates/Guardfile