Class: Yard::Lint::Validators::Documentation::UndocumentedMethodArguments::Validator

Inherits:
Base
  • Object
show all
Defined in:
lib/yard/lint/validators/documentation/undocumented_method_arguments/validator.rb

Overview

Runs yard list to check for missing args docs on methods that were documented

Constant Summary

Constants inherited from Base

Base::DEFAULT_OPTIONS

Instance Attribute Summary

Attributes inherited from Base

#config, #selection

Method Summary

Methods inherited from Base

#call, clear_yard_database!, command_cache, #initialize, reset_command_cache!

Constructor Details

This class inherits a constructor from Yard::Lint::Validators::Base