relaton/relaton-ietf

View on GitHub
lib/relaton_ietf/bibxml_parser.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method full_name_org has 38 lines of code (exceeds 25 allowed). Consider refactoring.
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"
Severity: Minor
Found in lib/relaton_ietf/bibxml_parser.rb - About 1 hr to fix

    Method full_name has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def full_name(fname, sname, inits, lang, script = nil)
    Severity: Minor
    Found in lib/relaton_ietf/bibxml_parser.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status