class RuboCop::Cop::Style::CommentAnnotation

def correct_annotation?(first_word, colon, space, note)

def correct_annotation?(first_word, colon, space, note)
  keyword?(first_word) && (colon && space && note || !colon && !note)
end