cyberark/conjur-api-ruby

View on GitHub
lib/conjur/api/router.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class API has 34 methods (exceeds 20 allowed). Consider refactoring.
Open

  class API
    # Router translates method arguments to rest-ful API request parameters.
    # because of this, most of the methods suffer from :reek:LongParameterList:
    # and :reek:UtilityFunction:
    module Router
Severity: Minor
Found in lib/conjur/api/router.rb - About 4 hrs to fix

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

          def authn_authenticate_local username, account, expiration, cidr, &block
    Severity: Minor
    Found in lib/conjur/api/router.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status