issues

in spec/support/rubocop_runner.rb [18:21]


  def issues(output = @engine_output)
    output.split("\0").map { |x| JSON.parse(x) }
  end