class RubyCritic::Command::StatusReporter

def current_status

def current_status
  satisfy_minimum_score_rule ? SUCCESS : SCORE_BELOW_MINIMUM
end