lib/xcoderesultbundleprocessor/slf0/model/ideactivitylogsection.rb
Assignment Branch Condition size for deserialize is too high. [21/20] Open
Open
def self.deserialize(tokens)
self.new(
section_type: tokens.shift,
domain_type: tokens.shift,
title: tokens.shift,
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
This cop checks that the ABC size of methods is not higher than the configured maximum. The ABC size is based on assignments, branches (method calls), and conditions. See http://c2.com/cgi/wiki?AbcMetric