Method: PDK::Validate::InvokableValidator#allow_empty_targets?
- Defined in:
- lib/pdk/validate/invokable_validator.rb
#allow_empty_targets? ⇒ Boolean
This method is abstract.
Controls how the validator behaves if not passed any targets.
true - PDK will not pass the globbed targets to the validator command
and it will instead rely on the underlying tool to find its
own default targets.
false - PDK will pass the globbed targets to the validator command.
175 176 177 |
# File 'lib/pdk/validate/invokable_validator.rb', line 175 def allow_empty_targets? false end |