It shares the report using SHARE_URL or skunk.fastruby.io. It will post all results in JSON format and return a status message.
@param [Skunk::Command::StatusReporter] A status reporter with analysed modules :reek: FeatureEnvy
def share(reporter)
sharer = Skunk::Command::StatusSharer.new(@options)
sharer.status_reporter = reporter
sharer.share
end