Class: CodeownerValidator::Group::Comment::Verbose
- Inherits:
-
Object
- Object
- CodeownerValidator::Group::Comment::Verbose
- 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
Class Method Summary collapse
Methods included from CodeownerValidator::Group::Comment
Class Method Details
.match?(type) ⇒ Boolean
14 15 16 |
# File 'lib/codeowner_validator/group/comment/verbose.rb', line 14 def match?(type) type == Comment::TYPE_VERBOSE end |