class Solargraph::Diagnostics::Rubocop
def make_array resp
-
(Array-)
Parameters:
-
resp(Hash{String => Array) --Array undefined}>}>}
def make_array resp diagnostics = [] resp['files'].each do |file| file['offenses'].each do |off| diagnostics.push offense_to_diagnostic(off) end end diagnostics end