module RuboCop::Cop::Style::AnnotationComment
def just_first_word_of_sentence?(first_word, colon, space, note)
def just_first_word_of_sentence?(first_word, colon, space, note) first_word == first_word.capitalize && !colon && space && note end
def just_first_word_of_sentence?(first_word, colon, space, note) first_word == first_word.capitalize && !colon && space && note end