CartoDB/cartodb20

View on GitHub
lib/carto/connector/parameters.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Parameters has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Parameters
      # Parameters can be defined by a Hash or an array of [key, value] pairs
      # If required or optional arrays of parameter names are passed,
      # then #errors, #valid? use them to check valid parameters
      def initialize(params, required: [], optional: [])
Severity: Minor
Found in lib/carto/connector/parameters.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status