lib/relaton_ietf/bibxml_parser.rb
Method full_name_org
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def full_name_org(name) # rubocop:disable Metrics/AbcSize, Metrics/MethodLength, Metrics/CyclomaticComplexity
case name
when "ISO"
RelatonBib::Organization.new(abbreviation: name, name: "International Organization for Standardization")
when "IAB"
Method full_name
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def full_name(fname, sname, inits, lang, script = nil)