jrbeilke/teamsupport

View on GitHub
lib/teamsupport/rest/utils.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

      def perform_request_with_object_from_collection(request_method, path, options, klass, collection_name) # rubocop:disable Metrics/ParameterLists
Severity: Minor
Found in lib/teamsupport/rest/utils.rb - About 35 mins to fix

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

          def perform_request_with_objects_from_collection(request_method, path, options, klass, collection_name) # rubocop:disable Metrics/ParameterLists
    Severity: Minor
    Found in lib/teamsupport/rest/utils.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status