glaucocustodio/boletoman

View on GitHub

Showing 3 of 3 total issues

Method message has 90 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          def message
            {
              'TicketRequest' => {
                dados: {
                  entry: [
Severity: Major
Found in lib/boletoman/services/santander/boleto/ticket.rb - About 3 hrs to fix

    Class Formatter has 22 methods (exceeds 20 allowed). Consider refactoring.
    Open

            class Formatter
              attr_reader :data
    
              def initialize(data)
                @data = data
    Severity: Minor
    Found in lib/boletoman/services/itau/boleto/formatter.rb - About 2 hrs to fix

      Method format has 36 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

                def format
                  {
                    tipo_ambiente: env,
                    tipo_registro: record_type,
                    tipo_cobranca: billing_type,
      Severity: Minor
      Found in lib/boletoman/services/itau/boleto/formatter.rb - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language