class Supercop::Parsers::Rubocop
Private Instance Methods
parse()
click to toggle source
# File lib/supercop/parsers/rubocop.rb, line 6 def parse JSON.parse(json).fetch('summary').fetch('offense_count') end
# File lib/supercop/parsers/rubocop.rb, line 6 def parse JSON.parse(json).fetch('summary').fetch('offense_count') end