class RubyCritic::Command::StatusReporter

def score=(input_score)

def score=(input_score)
  @score = input_score.round(2)
  update_status
end