class Codeowners::Checker::Group::GroupEndComment
Define line type GroupEndComment
which is used for defining the end of a group.
Public Class Methods
match?(line)
click to toggle source
# File lib/codeowners/checker/group/group_end_comment.rb, line 11 def self.match?(line) line.lstrip =~ /^#+ END/ end