Class: CodeownerValidator::Group::Comment::Warn
- Inherits:
-
Object
- Object
- CodeownerValidator::Group::Comment::Warn
- Includes:
- CodeownerValidator::Group::Comment
- Defined in:
- lib/codeowner_validator/group/comment/warn.rb
Overview
Public: A warn 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/warn.rb', line 14 def match?(type) Comment::TYPE_WARN == type end |