module RuboCop::Cop::CodeLength

def count_comments?

def count_comments?
  cop_config['CountComments']
end