Skip to content
Snippets Groups Projects
Unverified Commit 568e12a8 authored by Olle Jonsson's avatar Olle Jonsson Committed by GitHub
Browse files

Fix YARD annotation

 - Avoid warnings like:  [UnknownParam] @param tag has unknown parameter name: options
parent 7ed2884e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -68,7 +68,7 @@ module Guard
# notification :ruby_gntp, host: '192.168.1.5'
#
# @param [Symbol, String] notifier the name of the notifier to use
# @param [Hash] options the notification library options
# @param [Hash] opts the notification library options
#
# @see Guard::Notifier for available notifier and its options.
#
Loading
Loading
@@ -366,7 +366,7 @@ module Guard
# @example Scope Guard to multiple plugins
# scope plugins: [:jasmine, :rspec]
#
# @param [Hash] scopes the scope for the groups and plugins
# @param [Hash] scope the scope for the groups and plugins
#
def scope(scope = {})
# TODO: use a Guardfile::Results class
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment