Class: CodeownerValidator::Group::Comment::Verbose

Inherits:
Object
  • Object
show all
Includes:
CodeownerValidator::Group::Comment
Defined in:
lib/codeowner_validator/group/comment/verbose.rb

Overview

Public: An info comment response

Constant Summary

Constants included from CodeownerValidator::Group::Comment

TYPE_ERROR, TYPE_INFO, TYPE_VERBOSE, TYPE_WARN

Instance Attribute Summary

Attributes included from CodeownerValidator::Group::Comment

#comment, #parent

Class Method Summary collapse

Methods included from CodeownerValidator::Group::Comment

build, #initialize

Class Method Details

.match?(type) ⇒ Boolean

Returns:

  • (Boolean)

See Also:



14
15
16
# File 'lib/codeowner_validator/group/comment/verbose.rb', line 14

def match?(type)
  type == Comment::TYPE_VERBOSE
end