metanorma/metanorma-ietf

View on GitHub
lib/isodoc/ietf/inline.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class RfcConvert has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

    class RfcConvert < ::IsoDoc::Convert
      def em_parse(node, out)
        out.em do |e|
          node.children.each { |n| parse(n, e) }
        end
Severity: Minor
Found in lib/isodoc/ietf/inline.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status