class Pronto::Formatter::GithubPullRequestReviewFormatter

def submit_comments(client, comments)

def submit_comments(client, comments)
  client.publish_pull_request_comments(comments)
rescue Octokit::UnprocessableEntity, HTTParty::Error => e
  $stderr.puts "Failed to post: #{e.message}"
end